Have you got it working across more than one box, or is client and server on the same machine ?
-----Original Message----- From: Mario Ivkovic [mailto:[EMAIL PROTECTED] Sent: Sat 08/03/2003 12:08 To: 'Tomcat Users List' Cc: Subject: AW: Client Authentication I just uncomment this in server.xml: <Connector className="org.apache.catalina.connector.http.HttpConnector" port="443" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="10" debug="0" scheme="https" secure="true"> <Factory className="org.apache.catalina.net.SSLServerSocketFactory" clientAuth="true" protocol="TLS" /> </Connector> -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Gesendet: Samstag, 8. März 2003 12:32 An: [EMAIL PROTECTED] Betreff: RE: Client Authentication How do you configure Tomcat to do client authentication at all ? How do use specify the truststore on the Tomcat server ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
