Hi,

I have setup a apach2 http server with

SSLVerifyClient require
SSLVerifyDepth 2
SSLOptions +ExportCertData +StdEnvVars

the apache2 is linked via ajp-connector to the tomcat 6.0.24 container.

when I want to get the hole certificate chain with

certs = (X509Certificate[]) servletRequest.getAttribute("javax.servlet.request.X509Certificate");

I always get only one certificate the client certificate.

My Question: Is there a possibility to get the hole certificate chain?

Thank you, Alex




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to