Open Wycofane opened 11 months ago
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.