Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support proxy https (Ex: Amazon ALB) #475

Closed
sanglt opened this issue Oct 23, 2017 · 1 comment
Closed

Support proxy https (Ex: Amazon ALB) #475

sanglt opened this issue Oct 23, 2017 · 1 comment

Comments

@sanglt
Copy link

sanglt commented Oct 23, 2017

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

Fixed in #474

@vbhayden
Copy link
Member

vbhayden commented Jul 2, 2018

There isn't an officially supported Docker image for the ADL LRS as far as I know, and the closest one I can find is (this 3rd party image /dirichlet/lrs)[https://hub.docker.com/r/dirichlet/lrs/].

The recommended production configuration for the ADL LRS does use a proxy with SSL enabled (nginx) and those steps are outlined in the uWSGI / nginx wiki.

We don't really have the bandwidth to support 3rd-party modifications or images of the ADL LRS, but I do have a set of simplified installation instructions that might get you (or whoever's reading this after the 9 months in isolation) a functional example with SSL: https://github.com/vbhayden/adl-lrs-installer.

Closing this unless there are other people having proxy issues.

@vbhayden vbhayden closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants