AW: How to request a client Certificate Authentication ?

2007-03-06 Thread Jung, Alexander (AGIS)
ander Jung > -Ursprüngliche Nachricht- > Von: Jung, Alexander (AGIS) > Gesendet: Dienstag, 6. März 2007 14:39 > An: Tomcat Users List > Betreff: AW: How to request a client Certificate Authentication ? > > Hi, > > I'm not trying to see the SSL stuff itself, bu

AW: How to request a client Certificate Authentication ?

2007-03-06 Thread Jung, Alexander (AGIS)
t: Dienstag, 6. März 2007 14:33 > An: Tomcat Users List > Betreff: Re: How to request a client Certificate Authentication ? > > Hi, > > SSL stuff happens before any actual HTTP data is sent. > It not possible to see request's URL at this stage. > > Dima >

Re: How to request a client Certificate Authentication ?

2007-03-06 Thread Dima Retov
Hi, SSL stuff happens before any actual HTTP data is sent. It not possible to see request's URL at this stage. Dima Tuesday, March 6, 2007, 3:29:15 PM, you wrote: JAA> Hello, JAA> I try to implement a custom client certificate authentication, that does JAA> some complicated LDAP-lookups in th

How to request a client Certificate Authentication ?

2007-03-06 Thread Jung, Alexander (AGIS)
Hello, I try to implement a custom client certificate authentication, that does some complicated LDAP-lookups in the background and gives an authenticated value with request.getRemoteUser() back to the applications. Peeking through the jcifs source, I chose to implement a filter. This works,but