Re: Tomcat "standAlone" with SSL and Client Certificate

2002-10-16 Thread Frédéric LE MAISTRE
thanks - Original Message - From: "Mehmet Birgi" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 9:59 PM Subject: Re: Tomcat "standAlone" with SSL and Client Certificate > try adding

Re: Tomcat "standAlone" with SSL and Client Certificate

2002-10-16 Thread Mehmet Birgi
try adding the client certificate to the keystore named %JAVA_HOME%/jre/lib/security/cacerts, as this is the truststore that Tomcat uses by default. Frédéric LE MAISTRE wrote: > When I use Tomcat with SSL and "clientAuth = true", Tomcat made an exception > with the following message : "handsha

Tomcat "standAlone" with SSL and Client Certificate

2002-10-15 Thread Frédéric LE MAISTRE
When I use Tomcat with SSL and "clientAuth = true", Tomcat made an exception with the following message : "handshake alert : no certificate". But I previously generate a client certificate, and add it to the server.keystore. I also added the server certificate to IE certificate. What's wrong? Big