logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Forwarding the client certificate to IIS
Author
venkatrv



Joined: 10 Mar 2016
Posts: 1

PostPosted: Fri 11 Mar '16 8:13    Post subject: Forwarding the client certificate to IIS Reply with quote

Hello all,
I am using the client certificate based authentication in IIS, and I have Apache reverse proxy in front of the IIS server.
I have a client which is sending the certificate to Apache reverse proxy server, but Apache it is not forwarding the certificate to IIS server. I understand that, Apache proxy re issue the client request (as new request) to IIS server, but at the same time it should forward the client certificate which is coming from client to IIS server.
Any idea how to achieve this with Apache reverse proxy server?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Fri 08 Apr '16 17:59    Post subject: Reply with quote

The only thing I know is

SSLOptions +ExportCertData

if that doesn't work you may take a look at http://www.zeitoun.net/articles/client-certificate-x509-authentication-behind-reverse-proxy/start
Back to top


Reply to topic   Topic: Forwarding the client certificate to IIS View previous topic :: View next topic
Post new topic   Forum Index -> Apache