Hi,
I have web services and would like to add a reverse proxy in front of the web servers.
When a client makes a request toward the reverse proxy, I would like to present the original web servers trusted certificates to the clients in front of the reverse proxy.
Is there a best practice to do this?
For this to function does the TLS connection need to pass through and terminate on the web servers?