On Sat, 17 Jun 2000 [EMAIL PROTECTED] wrote:
> Loren Stafford describes in her "How-To: Using ZClient to Access Another
> Server" a method that I would like to use, but the Zope Server resides
> behind a firewall and it requires the usage of a http proxy to access
> external web servers.

   ZClient is working on top of HTTP protocol; and Client.py uses urllib
for HTTP. So my guess is you can just declare "http_proxy" environment
variable: export http_proxy="http://proxy.my.company.com:8080" and run
ZClient.

Oleg.            (All opinions are mine and not of my employer)
---- 
    Oleg Broytmann      Foundation for Effective Policies      [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to