Reverse_proxy to another reverse_proxy over https isn't working

This is wrong – you’re sending the header project-app.testdom.com upstream, which means if the upstream is matching on project.testdom.com it’ll reject the request.

See the docs:

1 Like