It does not work for me. Does server port matter?
aetherwu opened this issue · 2 comments
aetherwu commented
I used: http://myserver.com:8080/ and turned debug mode to False.
'app.run(host='0.0.0.0', port=8080, debug=False, ssl_context=context )'
The https server works properly. But it returns saying: unepectedly dropped the connection...
pims commented
@aetherwu in case you’re still facing the same issue.
If you set debug=False
, you need to connect to your server over https
not http.
Projjol-zz commented
Closing due to inactivity 👍