Closed
Description
In which file did you encounter the issue?
run/django/mysite/settings.py
Did you change the file? If so, how?
Minor settings changes related to static file usage. Deleted comments.
Describe the issue
My application was going into an infinite redirect.
(Adding SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
to the production branch of the conditional got things working for me. )