Re: [Crypt::SSLeay] Using https proxy

2001-08-25 Thread Joshua Chamas
Bob Niederman wrote: etcetera., where $srvr is 'http://servername.domain/file' or 'https://servername.domain/file' Same general code works fileto the same boxes without proxy (different route not requiring proxy). Works fine for http, ethereal shows nothing leaving the box for https,

[Crypt::SSLeay] Using https proxy

2001-08-24 Thread Bob Niederman
I'm using Crypt::SSLeay 0.29 with LWP::UserAgent 1.73. I'm trying to use a proxy. As noted in the doc, $us-proxy() doesn't work. However, the workaround suggested: $ENV{HTTPS_PROXY} = 'http://proxy_hostname_or_ip:port'; $ENV{HTTPS_PROXY} = '127.0.0.1:8080'; Use of the

Re: [Crypt::SSLeay] Using https proxy

2001-08-24 Thread Joshua Chamas
Bob Niederman wrote: I'm using Crypt::SSLeay 0.29 with LWP::UserAgent 1.73. I'm trying to use a proxy. As noted in the doc, $us-proxy() doesn't work. However, the workaround suggested: $ENV{HTTPS_PROXY} = 'http://proxy_hostname_or_ip:port'; $ENV{HTTPS_PROXY} =

Re: [Crypt::SSLeay] Using https proxy

2001-08-24 Thread Bob Niederman
On Fri, 24 Aug 2001, Joshua Chamas wrote: Bob Niederman wrote: I'm using Crypt::SSLeay 0.29 with LWP::UserAgent 1.73. I'm trying to use a proxy. As noted in the doc, $us-proxy() doesn't work. However, the workaround suggested: $ENV{HTTPS_PROXY} =