Hello
I wanted to know if anyone has some advice on how to handle HTTPS when chaining two traffic instances together. The first instance has public access, while the second is on an internal network. I've been trying to forward HTTPS to the second instance, but the Proxy headers for HTTPS do not reach the services in the second instances, so any redirects thrown there are thrown into HTTP, which breaks under browser usage.
I wondered what was the recommended way to route a hostname from one instance to the second one while keeping these headers for internal services to be able to behave properly.
If this is too difficult, at lease some way to rewrite redirects to use HTTPS would be appreciated.