I installed django-sslserver and everything seemed to work fine. I'm able to run "python manage.py runsslserver" and the server seems to have started successfully.
python manage.py runsslserver
Watching for file changes with StatReloader
Starting development server at https://127.0.0.1:8000/
Using SSL certificate: C:\Users\nicol\Anaconda3\lib\site-packages\sslserver\certs\development.crt
Using SSL key: C:\Users\nicol\Anaconda3\lib\site-packages\sslserver\certs\development.key
Quit the server with CTRL-BREAK.
but when I go to https://127.0.0.1:8000/ on my Chrome browser I get an error saying server returned an invalid response and the error ERR_SSL_PROTOCOL_ERROR
