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.