Re: mutual SSL authentication

2003-03-31 Thread Janne Ruuttunen
- Original Message - From: "Mark W. Webb" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, March 31, 2003 4:54 PM Subject: Re: mutual SSL authentication > Is there a way that I can have apache handle all of the SSL? This

Re: mutual SSL authentication

2003-03-31 Thread Mark W. Webb
helps, Janne - Original Message - From: "Mark W. Webb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 11:04 PM Subject: mutual SSL authentication How can I set up SSL on tomcat 4.1 that will allow the server and client to authenticate each other

Re: mutual SSL authentication

2003-03-31 Thread Janne Ruuttunen
validates the client certs against the CA keystore in $JAVA_HOME/jre/lib/security/cacerts. Hope this helps, Janne - Original Message - From: "Mark W. Webb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 11:04 PM Subject: mutual SSL authentication

mutual SSL authentication

2003-03-28 Thread Mark W. Webb
How can I set up SSL on tomcat 4.1 that will allow the server and client to authenticate each other? from what I can tell, it looks like the SSL-HOWTO only addresses server authentication. I have this set up on apache, would I be better off just running tomcat on top of apache? thanks...