Re: Renegotiate SSL connection in servlet

2009-04-01 Thread André Cruz
On Apr 1, 2009, at 14:23 , André Cruz wrote: On Apr 1, 2009, at 14:21 , Mark Thomas wrote: André Cruz wrote: On Mar 31, 2009, at 22:17 , Mark Thomas wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread André Cruz
On Apr 1, 2009, at 14:21 , Mark Thomas wrote: André Cruz wrote: On Mar 31, 2009, at 22:17 , Mark Thomas wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection in servlet Your only other option for Tomcat is

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread Mark Thomas
André Cruz wrote: > On Mar 31, 2009, at 22:17 , Mark Thomas wrote: > >> Caldarale, Charles R wrote: >>>> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >>>> Subject: Re: Renegotiate SSL connection in servlet >>>> >>>&g

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread André Cruz
On Mar 31, 2009, at 22:17 , Mark Thomas wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection in servlet Your only other option for Tomcat is to configure another which would require a different IP or port

Re: Renegotiate SSL connection in servlet

2009-03-31 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Renegotiate SSL connection in servlet >> >> Your only other option for Tomcat is to configure another >> which would require a different IP

RE: Renegotiate SSL connection in servlet

2009-03-31 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Renegotiate SSL connection in servlet > > Your only other option for Tomcat is to configure another > which would require a different IP or port number, which makes it ... > inconvenient at best.

Re: Renegotiate SSL connection in servlet

2009-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 3/31/2009 9:51 AM, André Cruz wrote: > On Mar 31, 2009, at 14:44 , Christopher Schultz wrote: >> > > The problem with "want" is that, at least with IE, the browser always > prompts the user for a certificate. Hmm... that's not supposed to

Re: Renegotiate SSL connection in servlet

2009-03-31 Thread André Cruz
On Mar 31, 2009, at 14:44 , Christopher Schultz wrote: On 3/31/2009 9:28 AM, André Cruz wrote: I'm coding a servlet that does SSL client cert authentication. The requests already arrive on a SSL connector but for this servlet in particular the SSL connection needs to be renegotiated to ask for a

Re: Renegotiate SSL connection in servlet

2009-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 3/31/2009 9:28 AM, André Cruz wrote: > I'm coding a servlet that does SSL client cert authentication. The > requests already arrive on a SSL connector but for this servlet in > particular the SSL connection needs to be renegotiated to ask fo

Renegotiate SSL connection in servlet

2009-03-31 Thread André Cruz
Hello all. I'm coding a servlet that does SSL client cert authentication. The requests already arrive on a SSL connector but for this servlet in particular the SSL connection needs to be renegotiated to ask for a client certificate. Is there anyway to do this inside a servlet? With or wit