How to get client certificate at apache2.x + ssl + tomcat4.1.x

2003-07-24 Thread zhangwei
I had configured apache2 + ssl. How to get client certificate by servlet? If I configured tomcat4.x + ssl, I can get client certificate by servlet. Code: java.security.cert.X509Certificate[] certs; certs = (java.security.cert.X509Certificate[])request.getAttribute(javax.servle

Re: How to get client certificate at apache2.x + ssl + tomcat4.1.x

2003-07-24 Thread Bill Barker
It's a well-known bug in TC 4.1.18-4.1.24 (and has come up on this list at least three times this week alone, so check the archives :). See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15790 for more details. The 4.1.26 release should be coming out later this month with a fix for this.