Re: Client authentication optional

2003-02-12 Thread Tomcat User
ice! Tomcat User wrote: Hi all. I work with secure applications (Tomcat 4.1.18 with SSL + client authentication using certificates) and I would like to have client authentication optional because in server.xml file the client authentication is obligatory or not (

Re: Client authentication optional

2003-02-12 Thread joe
private adress. i would like to have a setting in the server.xml: clientAuthOptional = true/false that would be nice! Tomcat User wrote: Hi all. I work with secure applications (Tomcat 4.1.18 with SSL + client authentication using certificates) and I would like to have client authentication

Client authentication optional

2003-02-11 Thread Tomcat User
Hi all. I work with secure applications (Tomcat 4.1.18 with SSL + client authentication using certificates) and I would like to have client authentication optional because in server.xml file the client authentication is obligatory or not (clientAuth = true or false). How I can resolve my