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 hope the app doesn't have heavy multiuser usage... I don't think you'd be happy with SQLite if lots of people are trying to do updates at the same time. > I heard a while back that CherryPy has an extension for SSL, but that > it is not ready for primetime. Is that information still accurate? > The CherryPy FAQ still says so, but I'm hoping it is wrong. I haven't used it personally, but Paste has a server that supports SSL: http://svn.w4py.org/Paste/trunk/paste/httpserver.py You should be able to put CherryPy behind this server instead of CP's own. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

