not-kennethreitz/flask-sslify

It does not work for me. Does server port matter?

aetherwu opened this issue · 2 comments

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.

Closing due to inactivity 👍