jamesroberts / fastwsgi

An ultra fast WSGI server for Python 3
Other
437 stars 15 forks source link

SSL Certifcates #50

Open Wycofane opened 11 months ago

Wycofane commented 11 months ago

Sadly I can't add my SSL certificates to the fastwsgi Server. At least I haven't found the option.

ibrewster commented 10 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?

Wycofane commented 2 months ago

@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.