I have IIS ARR set up as a reverse proxy with a web app sitting behind it. If I send a HTTPS request to the proxy with a value in the X-ARR-ClientCert
header then that value won't reach the web app. How can this be fixed?
I've set SSL Settings to accept client certificates. As per this guide I also changed the system.webServer/proxy
configuration field to be something else then X-ARR-ClientCert
without success.
The proxy passes any other header through properly.