Re: How to access the client's X509 Cert of an https request ?

2008-04-11 Thread Hanson Char
ay to get hold of the > client cert? > > ++Vamsi > > On Fri, Apr 11, 2008 at 1:52 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > > > Hanson Char wrote: > > > > > Finally, I found at least one answer to this problem: > > > > > > >

Re: How to access the client's X509 Cert of an https request ?

2008-04-11 Thread Hanson Char
Glad I asked in this forum. Now life is much simpler and portable :) Thank you. Hanson On Fri, Apr 11, 2008 at 1:22 AM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Hanson Char wrote: > > > Finally, I found at least one answer to this problem: > > > > If you read th

Re: How to access the client's X509 Cert of an https request ?

2008-04-11 Thread Hanson Char
Finally, I found at least one answer to this problem: http://hansonchar.blogspot.com/2008/04/tomcat-55-ssl-programming-puzzle.html Cheers, Hanson On Thu, Apr 10, 2008 at 6:20 PM, Hanson Char <[EMAIL PROTECTED]> wrote: > s/Http12Processor/Http11Processor/ > > > On Thu, Apr 1

Re: How to access the client's X509 Cert of an https request ?

2008-04-10 Thread Hanson Char
s/Http12Processor/Http11Processor/ On Thu, Apr 10, 2008 at 6:18 PM, Hanson Char <[EMAIL PROTECTED]> wrote: > I refer to tomcat 5.5.17. Assuming SSL client side authentication is > used, I am trying to access the underlying client's X509 certificate of the > SSL socket in a

How to access the client's X509 Cert of an https request ?

2008-04-10 Thread Hanson Char
I refer to tomcat 5.5.17. Assuming SSL client side authentication is used, I am trying to access the underlying client's X509 certificate of the SSL socket in a webapp. However, it appears such information can only be extracted from the SSL session, which is not made available to the servlet. I