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
In my (perhaps limited) experience, SSL is handled by a front-end proxy, such as Nginx or Apache, not by the wsgi server. Though perhaps other wsgi servers do provide the SSL option?
@ibrewster If you start a web server in flask (default (debug) server) you have the option to add the argument ssl_context. With your SSL keys, you can encrypt the traffic.
Sadly I can't add my SSL certificates to the fastwsgi Server. At least I haven't found the option.
The text was updated successfully, but these errors were encountered: