I am trying to reverse proxy client certs, here is the config snipit:
RequestHeader set Front-End-Https "On"
CacheDisable *
SSLProxyEngine On
ProxyPass /test https://192.168.10.193/test
ProxyPassReverse /test https://192.168.10.193/test
SSLProxyMachineCertificatePath /var/www.xxxx/certs
SSLProxyVerify off
Every call to the server for /test results in:
[Tue Sep 07 21:59:19 2010] [notice] child pid 24344 exit signal Segmentation
fault (11)
SERVER_SIGNATURE = '<address>Apache/2.0.52 (CentOS) Server at xxxx Port
443</address>