Can not get javax.servlet.request.X509Certificate Attribute in teh servlet request

2002-10-18 Thread Ma, Yongjie
Hi Tomcat 4.1.12, JavaJDK 1.4 I setup my Tomcat + SSL and installed personal certificate for IE browser. And also set clientAuth="true" in SSL connector session of the server.xml. Then started Tomcat. The browser with personal certificate could access the Tomcat example page via SSL, and the

Re: Can not get javax.servlet.request.X509Certificate Attribute in teh servlet request

2002-10-18 Thread Bill Barker
The SSL support in 4.1.12 is broken with JVM 1.4.x. You need to copy http://gump.covalent.net/jars/latest/jakarta-tomcat-connectors/tomcat-utils. jar to $CATALINA_HOME/server/lib to fix (or wait, hopefully not long, for 4.1.13). This only fixes the CoyoteConnector. The (deprecated) HttpConnector