Do I need SSL Certificates?

My app is up and running with Django. When I attempt to enable the secure SSL redirect setting in Django, my page displays as "unable to redirect properly" and breaks my app completely until I remove the setting. Any idea on what could be causing this? It is the first website I have deployed so I may be completely missing something as far as SSL requirements go.
3 Replies
Percy
Percy2y ago
Project ID: 206b13ca-0f29-443f-8f6e-8ad345de9d90
Lewis981
Lewis9812y ago
206b13ca-0f29-443f-8f6e-8ad345de9d90
MantisInABox
MantisInABox2y ago
@Lewis981 you shouldn’t need to have the SSL redirect setting turned on. I am deploying my SaaS with Railway and it is being rewritten in Django, and works without it.