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.
I installed Taiga on behind my Apache proxy. Everything is working great except I get mixed content warnings for images:
Mixed Content: The page at 'https://tg.website.com/project/myproject/' was loaded over HTTPS,
but requested an insecure image 'http://tg.website.com/media/user/1/4/5/6/719044330acb4fc76d85b27bc29cd4a4aa546e0d82e5d6db0ea35a6e75a8/t0255bcgs-u0255bcgw-8b381fb14cd9-512.png.80x80_q85_crop.jpg'.
This content should also be served over HTTPS.
The image is my profil picture on the taiga, but I was able to reproduce the same warning with an image attachment and the project image. Images still load, but this is not ideal as this is a production taiga so the HTTPS must be rock solid.
This is my docker SSL config (I used the docker-compose script to install it):
TAIGA_SSL: 'True' # I also tested it to false with only TAIGA_SSL_BY_REVERSE_PROXY: 'True'
TAIGA_SSL_BY_REVERSE_PROXY: 'True'
The SSL is then entirely handled by the apache config with Let's Encrypt.
The readme states that if I set TAIGA_SSL_BY_REVERSE_PROXY to True, The value of TAIGA_SSL will then be ignored and taiga will not handle https, it will however set all links to https. It's true the links are indeed https, however it seems like some images are loaded with hardcoded http links. Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi !
I installed Taiga on behind my Apache proxy. Everything is working great except I get mixed content warnings for images:
The image is my profil picture on the taiga, but I was able to reproduce the same warning with an image attachment and the project image. Images still load, but this is not ideal as this is a production taiga so the HTTPS must be rock solid.
This is my docker SSL config (I used the docker-compose script to install it):
The SSL is then entirely handled by the apache config with Let's Encrypt.
The readme states that if I set TAIGA_SSL_BY_REVERSE_PROXY to True,
The value of TAIGA_SSL will then be ignored and taiga will not handle https, it will however set all links to https.
It's true the links are indeed https, however it seems like some images are loaded with hardcoded http links. Am I missing something?The text was updated successfully, but these errors were encountered: