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”