essentially, I want to turn SECURE_SSL_REDIRECT to true. but reading through the django docs, I get the impression this can compromise the projects security if it's not behind a proxy.
am I understanding that correctly, and if so, how should I go about doing http->https redirects when not behind a proxy?
thanks!