You can make your proxy identify with a specific key-cert combination with:
SSLProxyMachineCertificateFile
http://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslproxymachinecertificatefileBut "passthrough" as you say, that's not how proxy works AFAIK.--2015-06-30 23:57 GMT+02:00 pankit thapar <thapar.pankit@xxxxxxxxx>:PankitThanks,Please let me know if someone has an idea on this.So, basically I want apache proxy to act as a man in the middle and just forward the https request as it is.The above figure is what I want to set up.Client---https--->Proxy(:443)---https--->BackEnd(:PORT)Scenario:Hi,I wanted to know if there is a way to pass on the client cert as it is to a backend server through an apache proxy without using the SSL headers.