Please disregard previous email, I had a bad build of tomcat running. Or at least, I messed up something. I just reinstalled tomcat, and all is well. Sorry for waiting bandwidth...I am sure I will have a real problem soon... more then Allen
-----Original Message----- From: Allen Harper [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: Client Side Authentication with Certificates...HOW? Hello, I am new to Tomcat. I am trying to get Client Side Authentication to work. Below is a snippet from my server.xml file. When I set the clientAuth="false", I can connect to the server with SSL (server side as expected). But when I set it as shown below (clientAuth="true"), I get "The page cannot be displayed" error when going to <https://localhost:8443> https://localhost:8443 Works fine with <http://localhost> http://localhost I created the keystore and added two trusted CA certificates to it. But, I can't even get it to pop up with request for client certificates. Any ideas at all would be appreciated. Attached are my logs. ----------------- <Connector className="org.apache.catalina.connector.http.HttpConnector" port="8443" 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> ---------------- I have not got to trying to protect a particular resource, figured I would get it up first. I have tried to play with web.xml, no luck, I set it back to default. If I need to include any other snippets, please let me know. allen harper