Warning |
---|
With the End of Life of CHILI publisher (On Premise) this information is obsolete, and only kept as reference. CHILI publisher now lives on as GraFx Publisher in the platform of CHILI GraFx |
What is a reverse proxy
In computer networks, a proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server. The proxy server evaluates the request as a way to simplify and control their complexity. Today, most proxies are web proxies, facilitating access to content on the World Wide Web. (Source: Wikipedia)
...
So in your reverse proxy, you'll want to add one of the following HTTP Headers in the forwarded request
HTTP Header | Value |
---|---|
X_SSL | decrypted=true |
CloudFront-Forwarded-Proto | https |
Force-https-links | ON |