Re: Client Authentication--getting certificate information on the server side

2012-02-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sanjeev, On 2/6/12 12:01 PM, Sanjeev Sharma wrote: > This forces client authentication when I try to access the app > using a browser and when I provide a trusted certificate, I'm able > get authenticated. After the authentication I was expecting to

RE: Client Authentication--getting certificate information on the server side

2012-02-06 Thread Sanjeev Sharma
Sent: Monday, February 06, 2012 12:20 PM To: Tomcat Users List Subject: Re: Client Authentication--getting certificate information on the server side On 06/02/2012 17:01, Sanjeev Sharma wrote: > Hello, > > I'm trying to configure client authentication in Tomcat 7 on Windows 7. I &

Re: Client Authentication--getting certificate information on the server side

2012-02-06 Thread Pid
On 06/02/2012 17:01, Sanjeev Sharma wrote: > Hello, > > I'm trying to configure client authentication in Tomcat 7 on Windows 7. I > have the following connector in the server.xml: > > protocol="HTTP/1.1" >SSLEnabled="true" >maxThreads="150" >schem

Client Authentication--getting certificate information on the server side

2012-02-06 Thread Sanjeev Sharma
Hello, I'm trying to configure client authentication in Tomcat 7 on Windows 7. I have the following connector in the server.xml: In my web.xml I have the following : CLIENT-CERT PKI Enabled App This forces client authentication when I try to access the app using a