Apache SSLProxyMachineCertificateFile does not work
- by Serge - appTranslator
I'm setting up an Apache reverse proxy that exposes a client certificate to the remote host.
I do it using
SSLProxyMachineCertificateFile /etc/tls/pki/certandkey.pem
Problem: The remote host does not recognize the client certificate.
Notes:
certandkey.pem contains the unencrypted key and the cert.
from the proxy box, curl -E /etc/tls/pki/certandkey.pem https://www.remote.com works fine.
It's a GoDaddy SSL certificate. It's bundled with a gd_bundle.crt. Should I use SSLProxyMachineCertificateChainFile?
I'm on CentOS 6.3 with Apache 2.2.15 (SSLProxyMachineCertificateChainFile not available)