Apache SSLProxyMachineCertificateFile does not work

Posted by Serge - appTranslator on Server Fault See other posts from Server Fault or by Serge - appTranslator
Published on 2013-06-28T14:01:48Z Indexed on 2013/06/28 16:24 UTC
Read the original article Hit count: 805

Filed under:
|
|

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:

  1. certandkey.pem contains the unencrypted key and the cert.
  2. from the proxy box, curl -E /etc/tls/pki/certandkey.pem https://www.remote.com works fine.
  3. It's a GoDaddy SSL certificate. It's bundled with a gd_bundle.crt. Should I use SSLProxyMachineCertificateChainFile?
  4. I'm on CentOS 6.3 with Apache 2.2.15 (SSLProxyMachineCertificateChainFile not available)

© Server Fault or respective owner

Related posts about apache2

Related posts about reverse-proxy