Re: Force getting Client Cert from browser

2009-04-28 Thread Bill Barker
; Versions : Tomcat 5.5.27 with Java 1.6.0_11 on SLES10. > > Any help is appreciated... > > Thanks > > > > > Caldarale, Charles R wrote: >> >>> From: atul [mailto:techat...@yahoo.com] >>> Subject: Re: Force getting Client Cert from browser >>&

RE: Force getting Client Cert from browser

2009-04-28 Thread i_am
: > >> From: atul [mailto:techat...@yahoo.com] >> Subject: Re: Force getting Client Cert from browser >> >> I tried invalidating httpsession but that didnt work. > > I'm a bit surprised at that, but I haven't gone through the code enough to > figure out

RE: Force getting Client Cert from browser

2008-10-28 Thread Caldarale, Charles R
> From: atul [mailto:[EMAIL PROTECTED] > Subject: Re: Force getting Client Cert from browser > > I tried invalidating httpsession but that didnt work. I'm a bit surprised at that, but I haven't gone through the code enough to figure out why that didn't work. The

Re: Force getting Client Cert from browser

2008-10-24 Thread atul
harles R" <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, October 24, 2008 12:14:45 PM Subject: RE: Force getting Client Cert from browser > From: atul [mailto:[EMAIL PROTECTED] > Subject: Force getting Client Cert from browser > > Tomcat never initiates ssl renegoti

Re: Force getting Client Cert from browser

2008-10-24 Thread atul
lt;[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, October 24, 2008 12:14:45 PM Subject: RE: Force getting Client Cert from browser > From: atul [mailto:[EMAIL PROTECTED] > Subject: Force getting Client Cert from browser > > Tomcat never initiates ssl renegotiation - probably

RE: Force getting Client Cert from browser

2008-10-24 Thread Caldarale, Charles R
> From: atul [mailto:[EMAIL PROTECTED] > Subject: Force getting Client Cert from browser > > Tomcat never initiates ssl renegotiation - probably because > it hangs onto sslsocket and sslsession object for performance. No - it's because the *browser* uses the same sess

Force getting Client Cert from browser

2008-10-24 Thread atul
I am initiating client ssl in my webapp by requesting attr org.apache.coyote.request.X509Certificate   User is prompted for the client cert at the browser and logs in just fine. When the user logs out, we invalidate the Http session. However, when the user tries to access another protected resour