Replies: 1 comment
-
Most likely the https status is not correctly passed to the wsgi process. See https://docs.djangoproject.com/en/4.0/ref/settings/#std:setting-SECURE_PROXY_SSL_HEADER |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are facing some issues with the https redirection on Weblate 3.9.1.
Our settings are bellow, as required in the documentation:
ENABLE_HTTPS
= TrueSECURE_SSL_REDIRECT
= ENABLE_HTTPSSECURE_HSTS_SECONDS
= 1SECURE_HSTS_INCLUDE_SUBDOMAINS
= TrueSECURE_HSTS_PRELOAD
= TrueSESSION_COOKIE_SECURE
= TrueI have tried for days but the redirection still not working. Is something wrong in my settings? I am using Docker.
Beta Was this translation helpful? Give feedback.
All reactions