Re: Connecting Tomcat5.5.9 + Apache2.0.54

2005-05-10 Thread lercoli
I 've followed the instructions described in this link http://jakarta.apache.org/tomcat/connectors-doc/howto/apache.html and it works. httpd.conf .. LoadModule jk_module modules/mod_jk.so JkWorkersFile D:/Tomcat5.5/conf/workers.properties JkLogFile D:/Tomcat5.5/logs/mod_jk.log JkLogLevel

Re: Client Authentication

2005-05-03 Thread lercoli
failed I went on with client_cert.x509. I placed it in the personal folder ... Regards Thanks Mahesh S Kudva -Original Message- From: lercoli [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Mon, 2 May 2005 17:31:54 +0200

Re: Client Authentication

2005-05-02 Thread lercoli
You should import only client.p12 certificate in IE browser and when IE asks you in which folder you want to put it select Personal Folder. I hope it helps you. Luca Ercoli - Original Message - From: Mahesh S Kudva [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Monday, May

Tomcat SSL Client Authentication

2005-04-27 Thread lercoli
Hello I've configured Tomcat SSL Client Authentication with these settings : web.xml ... security-constraint web-resource-collection web-resource-nameEntire Application/web-resource-name url-pattern/*/url-pattern http-methodGET/http-method http-methodPOST/http-method

Re: Tomcat SSL Client Authentication

2005-04-27 Thread lercoli
Client Authentication Hi, I believe that the clientAuth needs to be set to true in the server.xml. Jim lercoli wrote: Hello I've configured Tomcat SSL Client Authentication with these settings : web.xml ... security-constraint web-resource-collection web

Re: Tomcat SSL Client Authentication

2005-04-27 Thread lercoli
cert must be exactly the same as the one in the user database. I've also read that you don't need and security-constraints to use the CLIENT-CERT unless you're also using a separeat Realm. DW --- lercoli [EMAIL PROTECTED] wrote: Hi Jim I've tried with clientAuth = true but server