in reply to Grab a page using openSSL
where the data you put there is appropriate for whatever your local proxies are. And then try the following (switch quotes on Windows):export https_proxy=http://your.proxy.machine:8080/
Hopefully that will work. (If not then you have a very short script that should work to play with.)perl -e 'use LWP::Simple; getprint("https://www.safeweb.com/");'
|
|---|