Hi, I'm having problems running Zope as an XML-RPC server over HTTPS, and the problem seems to lie in the python libraries, as far as my limited understanding goes... I'm using Zope 2.5.1 with Python 2.1.3 on Solaris 7 with open_ssl behind Zeus webserver. in xmlrpclib.py, the Server class splits the uri to find if the type is http or https and raises an error if neither, then it ignores this afterwards, so it always defaults to HTTP. Has anyone got this working? tia Ben Avery YouthNet UK www.thesite.org
ZSyncer contains an xmlrpc module that does basic auth and works over HTTPS, use that. -- Andy McKay Agmweb Consulting http://www.agmweb.ca ----- Original Message ----- From: "Ben Avery" <ben@thesite.org> To: <zope@zope.org> Sent: Tuesday, September 03, 2002 9:31 AM Subject: [Zope] XML-RPC over HTTPS
Hi,
I'm having problems running Zope as an XML-RPC server over HTTPS, and the problem seems to lie in the python libraries, as far as my limited understanding goes...
I'm using Zope 2.5.1 with Python 2.1.3 on Solaris 7 with open_ssl behind Zeus webserver.
in xmlrpclib.py, the Server class splits the uri to find if the type is http or https and raises an error if neither, then it ignores this afterwards, so it always defaults to HTTP.
Has anyone got this working?
tia
Ben Avery YouthNet UK www.thesite.org
_______________________________________________ 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 (2)
-
Andy McKay -
Ben Avery