Re: Tomcat don't validate Certificate by using mod_proxy_ajp

2006-07-29 Thread Florian Rock
ok i checked my mod_jk config again and you are right: don't working thanks for your replay, florian Bill Barker schrieb: > Actually, Tomcat can't validate your client cert with either mod_jk or > mod_proxy_ajp for the simple reason that the AJP/1.3 protocol only forwards > the client cert and

Re: Tomcat don't validate Certificate by using mod_proxy_ajp

2006-07-29 Thread Bill Barker
Actually, Tomcat can't validate your client cert with either mod_jk or mod_proxy_ajp for the simple reason that the AJP/1.3 protocol only forwards the client cert and not the entire chain. You have to configure certificate validation in Httpd. "Florian Rock" <[EMAIL PROTECTED]> wrote in messag

Tomcat don't validate Certificate by using mod_proxy_ajp

2006-07-29 Thread Florian Rock
Hi, tomcat doesn't validate my client certificate when using mod_proxy_ajp: my config: SSLEngine on SSLCertificateFile /somepath/somecert.crt SSLCertificateKeyFile /somepath/somecert.key SSLVerifyClient optional_no_ca SSLVerifyDepth 0 SSLOptions +StdEnvVars +ExportCertData