Hi Peter You can read the certificate with
String certAttribute ="javax.servlet.request.X509Certificate"; X509Certificate certificate[] = (java.security.cert.X509Certificate[])request.getAttribute(certAttribute); With mod_webapp I couldn't get it to work. With mod_jk it is working. Markus Zitat von Peter Buus <[EMAIL PROTECTED]>: > Hi, > > I have the following setup: > > Apache 1.3.22+mod_ssl 2.5.8+mod_webapp1.1 talking to a Tomcat 4.0.1 via a > warp connector. > > The Apache is requiring client certificates on a given URL which is then > sent to Tomcat via warp. > My question is now, how do I retrieve the SSL variables (eg. > SSL_CLIENT_CERT) from a servlet running on the Tomcat ? >.. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
