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