RE: Intermitten issues with SSL handshake

2010-03-09 Thread Honey Bajaj
Hi, Our application (hosted on tomcat5.5.9, jdk 1.6_4 using JSSE) connects to the external webservice. During SSL handshake, based on the following messages, it appears that tomcat is unable to send client certificate chain to the server after serverhello has been received but this issue

RE: Intermitten issues with SSL handshake

2010-03-09 Thread Caldarale, Charles R
From: Honey Bajaj [mailto:hbaj...@sapient.com] Subject: RE: Intermitten issues with SSL handshake Our application (hosted on tomcat5.5.9, jdk 1.6_4 using JSSE) connects to the external webservice. Which means Tomcat is not involved. It's your webapp doing the negotiation, not Tomcat. I

RE: Intermitten issues with SSL handshake

2010-03-09 Thread Honey Bajaj
appreciated. Thanks -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, March 09, 2010 3:54 PM To: Tomcat Users List Subject: RE: Intermitten issues with SSL handshake From: Honey Bajaj [mailto:hbaj...@sapient.com] Subject: RE: Intermitten

RE: Intermitten issues with SSL handshake

2010-03-09 Thread Caldarale, Charles R
From: Honey Bajaj [mailto:hbaj...@sapient.com] Subject: RE: Intermitten issues with SSL handshake I need to understand why intermittently it fails to pick up the alias and hence fails to deliver the certificate chain. You'll need to discuss that with the developers of the webapp; again