Alex, This is probably a question that should be asked on the Tomcat mailing list.
Andreas On Mon, Mar 22, 2010 at 13:41, Alex <[email protected]> wrote: > 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
