>         SSLEngine On
>         SSLCertificateFile ...
>         SSLCertificateKeyFile ...
> 
>         SSLOptions +ExportCertData
>         JkOptions +ForwardSSLCertChain
> 
>         JkMount /cschultz-chadis/*.jsp worker21
>         JkLogLevel debug
> 
>         # chain.crt contains all 3 certificates
>         SSLCACertificateFile /etc/apache2/chadis/chain.crt
>         SSLVerifyClient optional
> 
>         SSLVerifyDepth 10

Hmmm, what about

SSLOptions +StdEnvVars

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to