in reply to LWP https proxy trouble
With this module you can use the regular IO::Socket::SSL implementation for LWP >=6.00.use LWP::UserAgent; $ua = LWP::UserAgent->new(); $ua->proxy('https', 'connect://proxyhost.domain:3128/'); $ua->get('https://www.somesslsite.com');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LWP https proxy trouble
by Anonymous Monk on Oct 16, 2013 at 15:50 UTC | |
|
Re^2: LWP https proxy trouble
by Anonymous Monk on Oct 16, 2013 at 15:52 UTC |