adlnet / ADL_LRS

ADL's Open Source Learning Record Store (LRS) is used to store learning data collected with the Experience API.
https://lrs.adlnet.gov
Apache License 2.0
307 stars 145 forks source link

Correct detect https for Amazon ALB proxy #474

Open sanglt opened 6 years ago

sanglt commented 6 years ago

Correct detect https for Amazon ALB proxy.

I setup ALB with only https protocol. And the dockerimage of adl-lrs. The request.is_secure always return false with my setup, and its made the base url show incorrect url.

After use this setting, the page is working correct