client authentication dont work

2005-04-27 Thread Markus Linnemann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I try to authentificate to a web App by Client.Cert. I get these error message: HTTP Status 401 - Cannot authenticate with the provided credentials Here are my settings: web.xml: security-constraint web-resource-collection

Re: client authentication dont work

2005-04-27 Thread Mark Thomas
Your user entry in tomcat-users.xml needs to look something like this: user username=CN=Mark Thomas, OU=Jakarta, O=Apache, L=London, C=GB password=null roles=tomcat,certs/ Basically, the user name needs to be the CN on the user's cert. Mark Markus Linnemann wrote: -BEGIN PGP SIGNED