Dear All,
In HTTP SSL authentication, client sucessfully hands on his/her valid
certificate to server. How can server retrieve content of the certificate
( Environment: OpenSA + Tomcat in NT ) ?
In Apache httpd.conf file,
SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire
I try to get the Certificate by getting attribute "SSL_CLIENT_S_DN".
String sl = (String) request.getAttribute("SSL_CLIENT_S_DN");
It returns null.
Please advise.
Regards,
Joyce
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]