So are you saying that although Zope cannot serve SSL it can be a SSL client? I have a situation where I am using zclient to try and retrieve a Word Document fromr corporate extranet via https. I get an error. Traceback (edited) is below (Edited elements are bracketed by **) Traceback (innermost last): File C:\PROGRA~1\ATIANY~1\lib\python\ZPublisher\Publish.py, line 214, in publish_module File C:\PROGRA~1\ATIANY~1\lib\python\ZPublisher\Publish.py, line 179, in publish File C:\PROGRA~1\ATIANY~1\lib\python\Zope\__init__.py, line 202, in zpublisher_exception_hook (Object: ElementWithAttributes) File C:\PROGRA~1\ATIANY~1\lib\python\ZPublisher\Publish.py, line 165, in publish File C:\PROGRA~1\ATIANY~1\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: LicTest.doc) File C:\PROGRA~1\ATIANY~1\lib\python\ZPublisher\Publish.py, line 102, in call_object (Object: LicTest.doc) File C:\PROGRA~1\ATIANY~1\lib\python\OFS\DTMLDocument.py, line 166, in __call__ (Object: LicTest.doc) File C:\PROGRA~1\ATIANY~1\lib\python\DocumentTemplate\DT_String.py, line 502, in __call__ (Object: LicTest.doc) File C:\PROGRA~1\ATIANY~1\lib\python\DocumentTemplate\DT_Util.py, line 335, in eval (Object: getURL('https://www.**corp_extranet**.com/**path_elements_removed**/EndUserLic.doc','**username_removed**','**password_removed**')) (Info: getURL) File <string>, line 0, in ? File C:\PROGRA~1\ATIANY~1\lib\python\Products\ExternalMethod\ExternalMethod.py, line 248, in __call__ (Object: getURL) (Info: (('https://www.**corp_extranet**.com/**path_elements_removed**/EndUserLic.doc', '**username_removed**', '**password_removed**'), {}, ('http://www.**corp_extranet**.com/', None, None))) File C:\Program Files\AtiAnywhere\Extensions\ATIFunc.py, line 10, in web_client File C:\PROGRA~1\ATIANY~1\lib\python\ZPublisher\Client.py, line 344, in call File C:\PROGRA~1\ATIANY~1\lib\python\ZPublisher\Client.py, line 153, in __init__ (Object: End-User-Lic-8.23.99.doc) ValueError: (see above) ----- Original Message ----- From: Petru Paler <ppetru@coltronix.com> To: Jim Sanford <jsanford@atinucleus.com> Sent: Monday, February 14, 2000 8:56 AM Subject: Re: [Zope] https and ZClient On Mon, Feb 14, 2000 at 08:43:02AM -0600, Jim Sanford wrote:
Would it be correct to assume that ZClient cannot access URLs via https (SSL)?
No. -Petru