I have written a script using LWP::UserAgent. It works good on my windows
2000 system using Proxomitron on localhost:8080 to access "https:" url's.
The problem is, I want to move it to a linux web server and run it using
cron. Every time I try to change the proxy settings it errors out with a 501
error saying https not implemented. This happens because I comment out this
line:
$ua->proxy("https", "http://localhost:80/";);

The question is: How do I implement the proxy on the linux web server so
that it will access SSL URL's?


David Gerler
Gerler Enterprises
PO Box 16357
Chesapeake VA 23328
http://www.GerlerEnterprises.com/

Help us make a difference in the fight against Cancer! Let's Dial Up A Cure!
Nationwide Internet Access from $9.99 /Mo. and we will donate $2 a month to
ACS's "Relay For Life"!
No Contracts, No Banners, Money Back Guarentee!
http://www.DialUpACure.com

Full Featured Web Hosting from $5.95 /Mo.
Full cgi-bin access, MySQL, and Unlimited email addresses.
http://www.Data-Daves.com/




Reply via email to