- All Implemented Interfaces:
- MBeanRegistration, org.apache.catalina.Contained, org.apache.catalina.Valve
public class SSLValve
extends org.apache.catalina.valves.ValveBase
Valve to fill the SSL information in the request
mod_header is used to fill the headers and the valve
will fill the parameters of the request.
In httpd.conf add the following:
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"
Visit: https://community.jboss.org/wiki/SSLModproxyForwarding
- Since:
- November 07, 2013
- Author:
- Jean-Frederic Clere, Anil Saldhana