I have configured a IIS 7 Proxy using ARR under Windows 2008 R2. My goal is to let the IIS proxy provide a client certificate when performing a WebService call. See "diagram" below.
I get as far as step 1, then I receive error "HTTP Error 502.3 - Bad Gateway" (0x80072f0c) Err.exe reports 0x80072f0c as error "ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED".
I have imported the PKCS12 certificate to IIS. I have imported the PKCS12 certifier to "Intermediate Certification Authorities" and "Trusted Root Certification Authorities" for PKCS12 certificate using mmc.
What am I missing here?
I am looking at implementing something similar to you and found this http://blogs.msdn.com/b/asiatech/archive/2014/01/28/configuring-arr-with-client-certificate.aspx which seems to suggest that you can pass client certs from the client through a ARR proxy to backend servers.
Thanks,
Jon
I have learned that IIS 7.5 cannot solve this problem. IIS + ARR cannot provide the certificate on "Server A"s behalf.
This is can however be solved using a proxy under Apache.
I would be happy for someone to prove me wrong!
User contributions licensed under CC BY-SA 3.0