|
I am desperately needing advise.
I'm running IIS 5.0 with Tomcat 3.2.2.
Enabled SSL on IIS, requiring client certificate.
In my servlet, using:
X509Certificate[] certs = (X509Certificate[])
req.getAttribute("javax.servlet.request.X509Certificate");
returns null.
In JRun, IIS makes certificate information
available through headers. The following are headers that can be used with the
getHeader() method to obtain certificate information:
CERT_FLAGS This worked correctly with IIS and JRun. I tried the same with Tomcat, but all returned nulls. PLEASE HELP! |
