I am facing issues running the application in SSL with latest version of
tomcat 7.57, same is working in 7.40. Below is the configuration in my
server.xml file

" keystorePass="xxx" clientAuth="false" sslProtocol="TLS" />

I am getting ssl handshake error while I am trying to access the
application through stand alone java client(I am using
javax.net.ssl.HttpsURLConnection to get the connection)

Same is working fine in tomcat 7.40 and also 7.56 with same configuration.
I am using 64 Bit JDK7

Also interesting point here I am able to access through web URL using
https, while I am trying to connect from Java program I am getting error

Would you please suggest I am missing any configutaion?

Reply via email to