Cool, I didn't know this. The "official" recommendation is still external webserver SSL + Zope, however. Chris McDonough mailto:chrism@digicool.com Digital Creations http://www.digicool.com Publishers of Zope http://www.zope.org
-----Original Message----- From: David Kankiewicz [mailto:kankie@thegrid.net] Sent: Sunday, December 05, 1999 12:04 AM To: Chris McDonough Cc: 'Rodrigo Ernesto De Leon Plicet'; zope@zope.org Subject: Re: [Zope] SSL? ans. "ZServerSSL"
An interesting "alpha software, no warranty, etc." product has a HTTPS ZServer.
see an old 'not so talked about'(why?) Zope-dev post: http://lists.zope.org/pipermail/zope-dev/1999-October/001803.html
I'm going to try it out tomorrow and will post something if I get any results..
David, tone..
Chris McDonough wrote:
You can use Apache or IIS (or even Netscape Enterprise Server) to provide SSL for incoming clients. The webserver then talks
to Zope via
PCGI (or, as of late, FastCGI) and serves up Zope content. Think of it like this:
Client | | (HTTPS/HTTP) | Apache/IIS/Netscape | | (PCGI/FastCGI) | ZPublisher | | (Zope Internal) | ZODB/Objects
Chris McDonough mailto:chrism@digicool.com Digital Creations http://www.digicool.com Publishers of Zope http://www.zope.org
-----Original Message----- From: Rodrigo Ernesto De Leon Plicet [mailto:rdeleonp@yahoo.com] Sent: Saturday, December 04, 1999 10:47 PM To: zope@zope.org Subject: [Zope] SSL?
--- Please reply to my e-mail address ---
Hello, does anyone know if ZServer will ever have SSL support? Right now, I believe it doesn't have SSL support, and my boss says that's a no-no for implementing any type of transactional app (E-Commerce stuff) we might develop; he already sold his soul to M$ (IIS/ASP sucks).
Anyone knows when SSL might be implemented?
- Rodrigo _________________________________________________________
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Chris McDonough