RE: Setting ClientAuth parameter to true

2007-09-27 Thread Subhash.NarayananDroupathy
Thanks for getting back Tott. I did see that how-to link . it states that we have to use those fields only when we have a keystore format other than 'jks'. 1. I had my keystores files with a ".keystore" as extension. Hence I modified the connector configuration to :: keystoreType="keystore" & tru

RE: Setting ClientAuth parameter to true

2007-09-26 Thread Subhash.NarayananDroupathy
Thanks for getting back Filip. I had done this too.. what I did was : created a server keystore and imported the client certificate into it. Then the gave the server keystore location to the 'truststoreFile' parameter. Once this modification is done in server.xml I restart tomcat but its not rea

Setting ClientAuth parameter to true

2007-09-26 Thread Subhash.NarayananDroupathy
Hi, I am unable to set client authentication for SSL in tomcat 5.5.2. I have generated the certificate for the client and imported the same into the server's keystore so that the server can verify the client's certificate. The following is the modification I make on server.xml. on