Re: [Zope] Using ZClient to Access Another Server: Via Proxy?

2000-06-17 Thread Oleg Broytmann
On Sat, 17 Jun 2000 [EMAIL PROTECTED] wrote: > Thanks for Your suggestion! However, this is the error reported: Oh, yes. Now I see... I've read Client.py and found it stopped using urllib, but use httplib directly. No luck - either patch Client.py or use different approach. Use XML-RPC. You

Re: [Zope] Using ZClient to Access Another Server: Via Proxy?

2000-06-17 Thread ralf . herold
>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. Thanks for Your suggestion! However, this is the error reported

Re: [Zope] Using ZClient to Access Another Server: Via Proxy?

2000-06-17 Thread Oleg Broytmann
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. ZClie

[Zope] Using ZClient to Access Another Server: Via Proxy?

2000-06-17 Thread ralf . herold
Hello, 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. Do You know how to achieve this, eg. by modification