RE: Re: Client Certificate Authentication Failure

2005-11-07 Thread Steinberger, Richard
10:30 PM To: users@tomcat.apache.org Subject: Re: Client Certificate Authentication Failure Tomcat is getting the cert fine (otherwise you'd get a different reponse message). The problem is that it can't find a user to go with the certificate. This means that you've got a pr

Re: Client Certificate Authentication Failure

2005-11-06 Thread Bill Barker
Tomcat is getting the cert fine (otherwise you'd get a different reponse message). The problem is that it can't find a user to go with the certificate. This means that you've got a problem with your Realm configuration. Unfortunately, out of the Realms that ship with Tomcat, only MemoryRealm a

RE: Client Certificate Authentication Failure

2005-11-03 Thread Steinberger, Richard
As a follow-up, the CAs are in the jre/.../cacerts store as well as being in the .truststore Rick -Original Message- From: Steinberger, Richard [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 12:06 PM To: users@tomcat.apache.org Subject: Client Certificate Authentication

Client Certificate Authentication Failure

2005-11-03 Thread Steinberger, Richard
Hello All! I am trying to setup client certificate authentication in 5.5.12 on windows. I am getting the following error page HTTP Status 401 - Cannot authenticate with the provided credentials type Status report message Cannot authent