Re: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2010-08-12 Thread Estanislao Gonzalez
___ From: Estanislao Gonzalez To: Tomcat Users List Sent: Wed, August 11, 2010 7:59:07 AM Subject: Re: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled. Hi, Just in case this is als

Re: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2010-08-11 Thread Jing Chen
: Tomcat Users List Sent: Wed, August 11, 2010 7:59:07 AM Subject: Re: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled. Hi, Just in case this is also related to my problem that

Re: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2010-08-11 Thread Estanislao Gonzalez
Hi, Just in case this is also related to my problem that truststoreFile is not being read while redirecting from http. Check pointing to the file with the JVM param: -Djavax.net.ssl.trustStore= And if this works but your truststoreFile param at the connector don't write some feedback. thank

RE: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2010-08-11 Thread Richard G Curry
We got that early on when we first started working SSL secured sockets in our app and it was due to us not actually pointing to the correct certificate files and instead still going for the older ones. Is this a possibility in your situation?