To all Tomcat users,

I am using apache+tomcat 4.0.3 and trying to get the client certificate in
SSL.

>From my JSP codes,
java.security.cert.X509Certificate[] certs;
certs=(java.security.cert.X509Certificate[])request.getAttribute("javax.serv
let.request.X509Certificate")

The result is always null. I already changed the clientAuth = true in
server.xml but it is still null. Did I miss out something?

Regards,
Johnny.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to