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: 957
        
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)
© Server Fault or respective owner