You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
Django admin using insecure assets https://domain.tld/static/admin/.... - TAIGA_SSL_BY_REVERSE_PROXY='True'
take no effect
Other services are working properly
The text was updated successfully, but these errors were encountered:
If you set TAIGA_SSL_BY_REVERSE_PROXY to true, then SSL isn't handled by the docker container, so you'd need to have a server in front of your taiga image to serve SSL.
If you are doing that, can you share details about your configuration to help investigate?
I just came across the same issue myself. I solved it by building a Docker image from the current master branch (the one on Docker Hub appears to not be up to date). You can find my image here: https://hub.docker.com/r/cmdjohnson/taiga/
I also updated Taiga to 4.2.11. If you previously ran benhutchins/taiga, then you'll have to perform some database migrations before using my image: I just
started Taiga as usual (same docker-compose.yml, except for the image name)
Django admin using insecure assets
https://domain.tld/static/admin/...
.- TAIGA_SSL_BY_REVERSE_PROXY='True'
take no effect
Other services are working properly
The text was updated successfully, but these errors were encountered: