Re: possible problem with CLIENT-CERT login and security constraint on TOMCAT 4.0

2001-01-12 Thread Craig R. McClanahan
Shahed Ali wrote:  Hi, This is slightly off the original post. But I want to do auth based on client certificates. However, I am using Tomcat 3.2.1 with Apache and Virtual Hosts.Also I have the tag in my server.xml. Now I remember reading people having problems passing a client cert fromapache

Re: possible problem with CLIENT-CERT login and security constraint on TOMCAT 4.0

2001-01-12 Thread Shahed Ali
Hi,   This is slightly off the original post.   But I want to do auth based on client certificates.   However, I am using Tomcat 3.2.1 with Apache and Virtual Hosts. Also I have the tag in my server.xml.   Now I remember reading people having problems passing a client cert from apache to t

Re: possible problem with CLIENT-CERT login and security constraint on TOMCAT 4.0

2001-01-12 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote:   Hi, I try to configure TOMCAT server to authenticate client with certificate on HTTPS protocol. My connector is configure to accept request on 8443 port like this :        port="8443" minProcessors="5" maxProcessors="75"    acceptCount="10" debu

possible problem with CLIENT-CERT login and security constraint on TOMCAT 4.0

2001-01-12 Thread jerome . camilleri
Hi, I try to configure TOMCAT server to authenticate client with certificate on HTTPS protocol. My connector is configure to accept request on 8443 port like this :                    port="8443" minProcessors="5" maxProcessors="75"                acceptCount="10" debug="0" scheme="https" sec