I have a WSGI app that I would like to keep behind SSL, my WSGI server is gevent .
In this case, what would be a good way to serve the app through SSL?
It seems that there is now a SEL module. If you have a web server implemented at the top of the web server, I think that before you go to HP operators, you can modify that module by wrapping the incoming connections with the SSL socket class. Otherwise, you can always use your old Apache + mod_wsgi to serve your wsgi app.
Comments
Post a Comment