ould be used only when other-than-jks format is used). I
restarted my Tomcat again 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, Septem
ut its 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
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 t
>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.
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