You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
hey nicolas, could you go in your developer tools in the chrome browser security tab and show me the error. Maybe you just need to look at this issue i was able to fix earlier: #95 (comment)
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.
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
The text was updated successfully, but these errors were encountered: