Hi, > Thanks. Does the TG2 beta or is there another product that will > support SSL directly when running as a service? I'm facing the > alternative to rewrite some of my stuff into C# or IronPython running > under IIS which I would really like to avoid.
You could use a tool like stunnel that puts SSL in front of any network service. Or use Apache with mod_wsgi to have SSL without any proxying. If you want direct SSL on the TG process, you'll need to do some coding - either adding SSL to CP2 or porting TG to CP3. Paul --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

