Hi; I need to implement SSL. So I nosed around /etc/zope.conf and found several containers for ports, but no "<ssl-server>" container. Why? How do I get Zope to listen, for example, on port 8443? For those who use Pound (and perhaps this is better addressed to the Pound ML), it is written one should add this: python -X -w 8080 -y 8443 to the start file, but doesn't specify which file that is. It clearly isn't zope.conf, it doesn't look like zopectl or zopectl.py, either. TIA, beno
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 22 Aug 2006, at 23:01, beno wrote:
Hi; I need to implement SSL. So I nosed around /etc/zope.conf and found several containers for ports, but no "<ssl-server>" container. Why? How do I get Zope to listen, for example, on port 8443?
Zope does not do SSL. Unless you patch it up horribly. I still don't understand your refusal to use Apache in front of Zope, it would immediately solve a whole bunch of things that you seem to be grappling with (and no one else is). jens -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFE66KwRAx5nvEhZLIRAilWAKCBBhozKBbkRBr1u8LAnydf/gZ6JACgnw6w uZ24lLsn4s9gHznjl4mdIAI= =f2sT -----END PGP SIGNATURE-----
At Tuesday 22/8/2006 21:34, Jens Vagelpohl wrote:
I need to implement SSL. So I nosed around /etc/zope.conf and found several containers for ports, but no "<ssl-server>" container. Why? How do I get Zope to listen, for example, on port 8443?
Zope does not do SSL. Unless you patch it up horribly. I still don't understand your refusal to use Apache in front of Zope, it would immediately solve a whole bunch of things that you seem to be grappling with (and no one else is).
I strongly suggest doing that too. My life is a lot easier now - I dont care about horrible hacks, unsupported libraries, recompiling C modules... just Apache+Zope. Gabriel Genellina Softlab SRL __________________________________________________ Pregunt�. Respond�. Descubr�. Todo lo que quer�as saber, y lo que ni imaginabas, est� en Yahoo! Respuestas (Beta). �Probalo ya! http://www.yahoo.com.ar/respuestas
participants (3)
-
beno -
Gabriel Genellina -
Jens Vagelpohl