Hi all, I have big trouble with tomcat 6 and client certificate (client authorization via certificate).
I created certificate by description on to http://www.mail-archive.com/users@tomcat.apache.org/msg12473.html (I have imported certificate to the browser) Then, I edit server.xml in tomcat and add this code: <Connector port="7443" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="true" disableUploadTimeout="true" acceptCount="100" protocol="HTTP/1.1" scheme="https" secure="true" sslProtocol="TLS" keystoreFile="webapps\server-keystore2.jks" keystorePass="pass" truststoreFile="webapps\truststore-itcilo2.jks" truststorePass="pass" /> When I go to the https://localhost:7443, I have'nt response (the page cannot be displayed), but http://localhost:7443 is going. ( I have'nt connector to port 7443 without HTTPS in server.xml) Can you help me, please? -- View this message in context: http://www.nabble.com/Tomcat-6-client-auth.-by-certificate-tf4560099.html#a13013691 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]