SSL and WSGI apps - Python
Posted
by RadiantHex
on Stack Overflow
See other posts from Stack Overflow
or by RadiantHex
Published on 2010-05-18T12:40:08Z
Indexed on
2010/05/28
6:51 UTC
Read the original article
Hit count: 237
Hi folks,
I have a WSGI app that I would like to place behind SSL. My WSGI server is gevent.
What would a good way to serve the app through SSL in this case be?
© Stack Overflow or respective owner