On 3/26/06, Steve Bergman <[EMAIL PROTECTED]> wrote: > > The app that I am developing currently has a requirement for easy > deployment. That means SQLite instead of PostgreSQL, and I'd like to > use CherryPy directly without any other dependencies. But it does need > SSL, at least for the login screen. Preferably for the rest also. >
I know it's not using cherrypy itself, but Pound[1] could be used as a simple SSL wrapper for CherryPy. It would be far more lightweight than using Apache or even Lighttpd. Lee [1] http://www.apsis.ch/pound/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

