Hello Robert, RB> Sometimes it helps to read the docs. In Crypt::SSLeay it says yes, i've read LWP docs but not Crypt::SSLeay :-) Thanks for pointing me to the right place! RB> Crypt::SSLeay Proxy Support RB> For native Crypt::SSLeay proxy support of https requests, you RB> need to set an environment variable HTTPS_PROXY to your proxy RB> server & port, as in: RB> # PROXY SUPPORT RB> $ENV{HTTPS_PROXY} = 'http://proxy_hostname_or_ip:port'; wow! that works! Thanks, robert!
--- best regards Evgeny Stepanov