Hi all
I can't find any reference at all to SSL usage on 
webpy.org, so can someone here please enlighten me as to the status of SSL support in web.py is right now?
My app will run under lighttpd in production mode which will take care of the SSL needs, but in development mode I use web.py: built-in cherrypy server and it would be handy to be able to use the SSL cert on it as well.
The only reference I could find to SSL in past emails is:
---snip---
BTW, it looks like you have to edit the runsimple method manually in
the httpserver.py source file in order to specify SSL certificate
files. Not a big deal, just pointing that out in case anyone else is
thinking of using this particular combination over https.
---/snip---
Is this still the way to do it?
Thanks
Alec