Follow the following link, it shows you how to create a custom ssl certificate and how to run ssl server https://medium.com/@millienakiganda/creating-an-ssl-certificate-for-localhost-in-django-framework-45290d905b88
On Sat, 1 Apr 2023 at 15:32, Marcelo A. Robin <[email protected]> wrote: > Hi, I'm trying to use django-allauth to create a facebook login system. i > managed to get it all done but in my local test i get an error where > facebook tells me my app path is not safe. I understand that my > http://localhost is missing the https://localhost. this is so ? How can > I add https to my Django test server? > > I think there is an add-on that by installing it creates the https at the > beginning of the route 127.0.0.1:8000. What I don't know is if, when > uploading the project to production, I should remove that library along > with all the configurations that I have to do in settings.py > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/a2e6588d-9808-485d-8099-82d043833922n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/a2e6588d-9808-485d-8099-82d043833922n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP4VW2Xdukfpuy%2Bxv4gmpcTzdx%3De8kenzp0aZkZwm2VAfx0_5w%40mail.gmail.com.

