Re: SSL client auth in Tomcat 4.0

2002-10-16 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Steven Bradley wrote: I'm using Tomcat 4.0 standalone on Windows 2000 and am having trouble getting SSL client authentication working (getting SSL server auth working was a snap). Here's what I've done so far: * created a self-signed client cert using

SSL client auth in Tomcat 4.0

2002-10-15 Thread Steven Bradley
I'm using Tomcat 4.0 standalone on Windows 2000 and am having trouble getting SSL client authentication working (getting SSL server auth working was a snap). Here's what I've done so far: * created a self-signed client cert using openSSL (key usage includes digital signature) * imported

Re: SSL client auth in Tomcat 4.0

2002-10-15 Thread jean-frederic clere
Steven Bradley wrote: I'm using Tomcat 4.0 standalone on Windows 2000 and am having trouble getting SSL client authentication working (getting SSL server auth working was a snap). Here's what I've done so far: * created a self-signed client cert using openSSL (key usage includes

RE: SSL client auth in Tomcat 4.0

2002-10-15 Thread Reddy.Thirumal
these steps, you will be able to get it done. Please try and let me know the feedback to [EMAIL PROTECTED] Cheers -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:53 PM To: Tomcat Developers List Subject: Re: SSL client auth in Tomcat

Re: SSL client auth in Tomcat 4.0

2002-10-15 Thread Bob Herrmann
I have gotten clientAuth=true working with Tomcat 5. It is important to get the trusted certificates properly defined. I did this, export CATALINA_OPTS=-Djavax.net.ssl.trustStore=/home/bob/issues/ssl/cacerts.jks -Djavax.net.ssl.trustStorePassword=changeit And sometimes defined this to get