Shankar Unni wrote:

However, I'm stuck trying to retrieve the client certificate from the ServletRequest in the servlet itself.

Q: How do I get to the client's X.509 certificate?  Help!

I forgot to mention: the attributes that I do see in HttpServletRequest are:

req attrName = javax.servlet.request.cipher_suite
req Value = SSL_RSA_WITH_RC4_128_MD5
==
req attrName = javax.servlet.request.key_size
req Value = 128
==
req attrName = javax.servlet.request.ssl_session
req Value = ...

No peer_certificates..


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to