Open IwishIcanFLighT opened 6 years ago
I experience the same problem with the django admin interface '/admin/' but did not find a solution yet.
Actually, commit afbf780ab1286f1b6cf5be0d670ea1e70921bef1 and the hint in #52 fixed the issue on my end.
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?