Dear Experts, We are facing intermittent ssl handshake failure exception in the client code while connecting the server which runs on Tomcat 7.0.54 version.
Below is the ssl configuration in server.xml file <Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol" maxThreads="150" SSLEnabled="true" scheme="https" secure="true" keystoreFile="/scratch/rajebisw/Certificate/ssl/ibm.ssl.keystore" keystorePass="XXX" clientAuth="false" sslProtocol="TLS" /> OS: Solaris Tomcat Version: apache-tomcat-7.0.54 Would you please suggest if I miss anything Regards, Rajesh