Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to connect to server getting ERR_SSL_PROTOCOL_ERROR #102

Open
nicolasmunoz opened this issue May 2, 2020 · 1 comment
Open

unable to connect to server getting ERR_SSL_PROTOCOL_ERROR #102

nicolasmunoz opened this issue May 2, 2020 · 1 comment

Comments

@nicolasmunoz
Copy link

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
image

@lmarschall
Copy link

lmarschall commented May 2, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants