Hello folks - 

I am working with Tomcat 5.0.28; j2sdk 1_4_2_07

The question is this:  Do I need an SSL connection in order to get
Tomcat to force the presentation of a client side certificate?  In other
words, I only want to force authentication, not wrap the connection in
SSL.

Here is the connector config:

 <Connector port="8080"    maxThreads="150" minSpareThreads="25"
maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" scheme="http"
secure="true" clientAuth="true" acceptCount="100"keystoreType="JKS"
keystoreFile="C:\j2sdk1.4.2_07\bin\client.keystore"
keystorePass="changeit" debug="0" connectionTimeout="20000" 
 disableUploadTimeout="true" />

The result is that I am not able to access the page at port 8080, but I
am not getting the normal certificate request either.

Any help welcome and appreciated!

- wjs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to