JBoss.orgCommunity Documentation
The feature is only needed if the connection between httpd and JBossWEB is not secure it needs some more resources because crypto is used.
SSLProxyEngine On SSLProxyVerify require SSLProxyCACertificateFile conf/cacert.pem SSLProxyMachineCertificateFile conf/proxy.pem
conf/proxy.pem should contain both key and certificate (and the certificate must be trusted by Tomcat).conf/cacert.pem must contain the CA that signed the Tomcat certificate.The <connector/> should use https.