Re: SocketException when using localhost

2014-01-10 Thread Nancee Riehl
... Really strange... Best regards, Nancee 2014/1/9 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nancee, On 1/8/14, 4:56 AM, Nancee Riehl wrote: Is this the right mailing-list for my question? Yes! Welcome. I'm writing a JUNIT-Test

SocketException when using localhost

2014-01-08 Thread Nancee Riehl
Hi all, I'm writing a JUNIT-Test to test a connection to tomcat 7.0.47 over HTTPS/TLSv1.1 with a corrupted Client-Certificate. When I run my test against a remote tomcat everything works fine, I get an SSLHandshakeException. When I run the same test against a local tomcat I get this error:

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