Django Dev Server error “This site can’t provide a secure connection”

I was getting an SSL error when connecting to the dev server on http://127.0.0.1:8000 the default port. I found a quick workaround online by running the dev server with the following command and connecting to the server on the new port.

“python.exe .\manage.py runserver 8080”

Leave a comment

Your email address will not be published. Required fields are marked *