Hi all:
I'm running Tomcat 4.1.24 and I'm trying to configure TLS client authn.
I have created a SSL connector (in server.xml)
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 15445 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="15445" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="100" debug="0" scheme="https" secure="true"
useURIValidationHack="false" disableUploadTimeout="true">
<Factory
className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
keystoreFile="../../certs/cheva/idp.keystore"
keystorePass="changeit"
clientAuth="true" protocol="TLS" />
</Connector>
Now my question is what is the process tomcat employs to validate client
certs.
Have anybody tested this feature?
Thanks in advance,
/Evaristo Camarero
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]