On 19/01/2015 17:33, Rajesh Biswas wrote:
> 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?

I'd guess your client is trying to use SSLv3 which Tomcat now disables
by default.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to