RE: Setting ClientAuth parameter to true

2007-09-27 Thread Subhash.NarayananDroupathy
and still it didn't work. Not sure what I should look at. Any help would be appreciated. -Subhash- -Original Message- From: Clinton J. Totten [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 6:28 PM To: Tomcat Users List Subject: RE: Setting ClientAuth parameter to true

RE: Setting ClientAuth parameter to true

2007-09-26 Thread Clinton J. Totten
I am currently doing the samething right now and am able to access porst 8443. What is the error that you are getting? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 8:31 AM To: users@tomcat.apache.org Subject: Setting ClientAuth

RE: Setting ClientAuth parameter to true

2007-09-26 Thread Clinton J. Totten
From inspection of your connector properties it looks like your missing the keystoreType attribute and the truststoreType attribute. If you check the documentation via this link (http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html) it will tell you what you can have as a value in this field.

Re: Setting ClientAuth parameter to true

2007-09-26 Thread Filip Hanik - Dev Lists
Your trust store will need to contain the cert the client is supposed to send up, Filip [EMAIL PROTECTED] wrote: 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

RE: Setting ClientAuth parameter to true

2007-09-26 Thread Subhash.NarayananDroupathy
not really helping me out. Thanks, -Subhash- -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 12:32 AM To: Tomcat Users List Subject: Re: Setting ClientAuth parameter to true Your trust store will need to contain the cert the client