Hello all,
How can i tell Ilias to generate an Url starting with HTTPS when i'm behind a proxy with SSL Ofloading?
For example, the Url whitch is generated with the LTI-Tool Provider is now starting with http and that won't work.
We use SSL Offload and configured the proxy with X-Forwarded-Proto: https in the header.
On the (apache 2.4) webserver i tried several settings, Header edit Location ^http://(.*)$ https://$1 but without luck.
Thanks in advance.
How can i tell Ilias to generate an Url starting with HTTPS when i'm behind a proxy with SSL Ofloading?
For example, the Url whitch is generated with the LTI-Tool Provider is now starting with http and that won't work.
We use SSL Offload and configured the proxy with X-Forwarded-Proto: https in the header.
On the (apache 2.4) webserver i tried several settings, Header edit Location ^http://(.*)$ https://$1 but without luck.
Thanks in advance.