SSL offloading using application request routing - How can I make an application aware of a secure connection?

Is there anything I can do to tell my application that arr is doing SSL offloading?

I want to implement arr with offloading in my current environment, but our application currently decides to redirect http to https depending on the setting in our database.

I would like to continue managing redirection due to my db setup, but during testing, I see all requests as http and end up in the redirect loop.

How can I force the HTTPS server variable "on" on the servers in the background when the front of the arr is safe.

Thank you for your help / recommended workarounds. -Danny

+3
source share

All Articles