Re: SSL incoming request filtering (before authentification via client cert)

2006-03-24 Thread Bill Barker
"Alexander Panzhin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there any way to control the client certificate authentication? > That is I would like to have the certs in some other repository than > tomcat's default(java keystore). truststoreFile="/path/to/my/trusted/ca/ke

Re: SSL incoming request filtering (before authentification via client cert)

2006-03-24 Thread Mark Thomas
Alexander Panzhin wrote: > Is there any way to control the client certificate authentication? > That is I would like to have the certs in some other repository than > tomcat's default(java keystore). > And I need the users to authenticate with their certs. > So is there a way to filter a connector?