Re: Handling expired client certificate

2006-11-01 Thread Christopher Schultz
Kews, Subscriber wrote: > Hi Hassan, > > Thanks for your answer. Yes, I've already tried your suggestion. Both > with the java.security.cert.CertificateExpiredException and the > javax.net.ssl.SSLHandshakeException, but the problem remains. As I can > see, the exception is thrown somewhere inside

Re: Handling expired client certificate

2006-11-01 Thread Subscriber
Hi Hassan, Thanks for your answer. Yes, I've already tried your suggestion. Both with the java.security.cert.CertificateExpiredException and the javax.net.ssl.SSLHandshakeException, but the problem remains. As I can see, the exception is thrown somewhere inside Tomcat, before handling control

Re: Handling expired client certificate

2006-11-01 Thread Hassan Schroeder
On 11/1/06, Subscriber <[EMAIL PROTECTED]> wrote: Hi, I've configured Tomcat 5.5.17 to use CLIENT-CERT as authentication mechanism via web.xml in my web application. This works as expected and the user gets prompted for a certificate. I'm facing a problem, because when the user supplies a certif

Handling expired client certificate

2006-11-01 Thread Subscriber
Hi, I've configured Tomcat 5.5.17 to use CLIENT-CERT as authentication mechanism via web.xml in my web application. This works as expected and the user gets prompted for a certificate. I'm facing a problem, because when the user supplies a certificate that has expired Tomcat throws an excepti