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
python manage.py runsslserver localhost:8000 will print out the following
Validating models...
System check identified no issues (0 silenced).
January 01, 2020 - 01:13:05
Django version 2.1.1, using settings 'drumout.settings'
Starting development server at https://localhost:8000/
Using SSL certificate: C:\Users\Matt\.virtualenvs\drumout-imUlFA1b\lib\site-packages\sslserver\certs\
development.crt
Using SSL key: C:\Users\Matt\.virtualenvs\drumout-imUlFA1b\lib\site-packages\sslserver\certs\developm
ent.key
Quit the server with CTRL-BREAK.
Yet it won't respond to any request from chrome browser and the request will time out.
If I use 127.0.0.1:8000, the problem resolves.
My environment:
python 3.6.3
django 2.1.1
windows 10
The text was updated successfully, but these errors were encountered:
python manage.py runsslserver localhost:8000
will print out the followingYet it won't respond to any request from chrome browser and the request will time out.
If I use
127.0.0.1:8000
, the problem resolves.My environment:
python 3.6.3
django 2.1.1
windows 10
The text was updated successfully, but these errors were encountered: