For sometime I am noticing following error consistently, when servers are trying to connect other services using https. What action is to be taken to resolve this. Interestingly, it is happening only on few servers. Answer Thanks all, but I found the answer to this problem. Had an older version of bouncy castle jar, after upgrading the the jar bcprov-jdk15on-1.58.jar,
Tag: webserver
Tomcat vs Vert.x
For the past few days I have been reading Vert.x documents. I know that Vert.x is polyglot, single threaded, non-blocking IO, modular architecture, high scalability. Is there any other major differences between tomcat and Vert.x? Also when we should use tomcat and when to use Vert.x? Answer Tomcat is a servlet container, so it offers you a platform that helps