[Zope] Zope & SSL & IE6 redirection bug
Gilles Lenfant
gilles@pilotsystems.net
Tue, 18 Feb 2003 13:50:48 +0100
----- Original Message -----
From: "Andrew Athan" <zope-response@memeplex.com>
To: <zope@zope.org>
Sent: Tuesday, February 18, 2003 3:20 AM
Subject: [Zope] Zope & SSL & IE6 redirection bug
|
| I have run into several problems with the M2Crypto SSL and ZServerSSL,
most
| of which I have worked through. I'll post something to www.memeplex.com
| and/or www.zope.org soon. However, I'm wondering if I am the only one?
| What are people's preferred methods for supporting SSL on Linux? Should I
| just have leveraged Apache?
Yes,
Apache + mod_ssl + Zope + VirtualHostMonster on server side with IE6 on
client side (or any https aware browser/OS) works perfectly for me.
In addition, this is fully transparent to Zope programmation - as long as
you know what you do when generating explicitely URLs starting with "http"
or "https" in your site logic.
HTH
--Gilles