Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Missing env TAIGA_SSL_BY_REVERSE_PROXY in Dockerfile #52

Open
ArkadiuszZolnik opened this issue May 15, 2018 · 2 comments
Open

Missing env TAIGA_SSL_BY_REVERSE_PROXY in Dockerfile #52

ArkadiuszZolnik opened this issue May 15, 2018 · 2 comments

Comments

@ArkadiuszZolnik
Copy link

ArkadiuszZolnik commented May 15, 2018

When trying to build image got an error:

File "/usr/src/taiga-back/settings/docker.py", line 23, in <module>
    if os.getenv('TAIGA_SSL').lower() == 'true' or os.getenv('TAIGA_SSL_BY_REVERSE_PROXY').lower() == 'true':
AttributeError: 'NoneType' object has no attribute 'lower'

Adding to the Dockerfile
ENV TAIGA_SSL_BY_REVERSE_PROXY False
Solved the problem

@anddann
Copy link

anddann commented May 16, 2018

The hint above solved the issue in my instance, too.

@Harti
Copy link

Harti commented Jun 11, 2018

+1, this should get fixed.
Adding the line to ./Dockerfile worked.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants