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 problem with your

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

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