Re: RE: Apache2 SSL with client authentication jk2 tomcat 5 - no user certificate in request

2004-07-05 Thread Radu Radutiu
Thanks, My ssl conifiguration in Apache was missing SSLOptions +ExportCertData +StdEnvVars Now it's working with mod_jk2. Radu On Fri, 2 Jul 2004 08:15:32 -0700 , Summers, Bert W. [EMAIL PROTECTED] wrote: I tried to get that working but failed so I went back to mod_jk which does pass the

RE: Apache2 SSL with client authentication jk2 tomcat 5 - no user certificate in request

2004-07-02 Thread Summers, Bert W.
I tried to get that working but failed so I went back to mod_jk which does pass the cert. Directory /webapps/myapp SSLVerifyClient optional SSLVerifyDepth 5 SSLRequireSSL SSLOptions +FakeBasicAuth +ExportCertData +StdEnvVars Options Indexes