-none- 2007-10-03 - By damovsky
Back
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@(protected)/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 (See http://cat-6.ora-code.com)-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@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|