Different SSLHandshakeExceptions tomcat 6.0.35 and 7.0.47

2013-12-06 Thread Nancee Riehl
Hi all, I've implemented my own JSSE-Implemantation to do some special Client-Certificate Validations. When I sent a Client Certificate with length 0 I get in tomcat 6.0.35 this Exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate This is good because I can check

Re: Different SSLHandshakeExceptions tomcat 6.0.35 and 7.0.47

2013-12-06 Thread Nancee Riehl
Hi all, I've no found that with tomcat 7.0.19 I get a javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate With tomcat 7.0.20 I get the SocketException. But I don't understand which change in 7.0.20 could cause my problem? Best regards, Nancee 2013/12/6 Nancee Riehl