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.
Scenario:
Client---https--->Proxy(:443)---https--->BackEnd(:PORT)
The above figure is what I want to set up.
So, basically I want apache proxy to act as a man in the middle and just forward the https request as it is.
Please let me know if someone has an idea on this.