On 21/02/2011 22:28, Jason Pyeron wrote:
> Where are the docs for certificate chaining with mod_proxy? I have not found
> any.

Unhelpfully, the comments in the relevant class aren't in Javadoc
format. Grr. That will be fixed shortly.

In the meantime, add the following to your SSL virtual host in httpd:
RequestHeader set SSL_CLIENT_CERT "%{SSL_CLIENT_CERT}s"
RequestHeader set SSL_CIPHER "%{SSL_CIPHER}s"
RequestHeader set SSL_SESSION_ID "%{SSL_SESSION_ID}s"
RequestHeader set SSL_CIPHER_USEKEYSIZE "%{SSL_CIPHER_USEKEYSIZE}s"

And add the SSLValve to the Engine element in server.xml

Mark



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

Reply via email to