RE: Re: Performing SSL on tomcat using the JAAS ream

2007-09-24 Thread Clinton J. Totten
, 2007 9:51 PM To: users@tomcat.apache.org Subject: Re: Performing SSL on tomcat using the JAAS ream The JAASRealm in Tomcat doesn't currently support CLIENT-CERT auth. Clinton J. Totten [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am getting a 401 error when trying to access my

Performing SSL on tomcat using the JAAS ream

2007-09-21 Thread Clinton J. Totten
I am getting a 401 error when trying to access my webapps deployed on tomcat. I configured the JAAS realm and connection properties according to the tomcat documentation in the server.xml file. In the web.xml file the login-config auth method element is set to CLIENT-CERT with a realm name of

Re: Performing SSL on tomcat using the JAAS ream

2007-09-21 Thread Bill Barker
The JAASRealm in Tomcat doesn't currently support CLIENT-CERT auth. Clinton J. Totten [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am getting a 401 error when trying to access my webapps deployed on tomcat. I configured the JAAS realm and connection properties according to the