Stéphane Brault wrote: > Hi, > I need to run my site with SSL. I don't know how to use SSL > with Zope 3 or if I should run zope behind apache 2, and if so > how. Any hint ?
Most people have suggestd to run Zope behind Apache. This is certainly a very common way of doing it. You can also use twisted's built-in SSL support and run Zope 3 directly with SSL support. See the comments in zope.conf. Philipp _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
