in reply to Get https simple solution desired
WWW::Mechanize uses LWP::UserAgent. LWP::UserAgent needs LWP::Protocol::https to access https:// websites. That module isn't easily installed as it needs SSL libraries installed on the target system.
Your best approach would be to contact the webserver administrator to get them to install LWP::Protocol::https on the machine.
Alternatively, maybe some command line tools are available that already have https capabilities, like wget or curl. Then you can use these to fetch the data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Get https simple solution desired
by hippo (Archbishop) on Jun 01, 2018 at 10:03 UTC | |
by Corion (Patriarch) on Jun 01, 2018 at 10:18 UTC | |
by hippo (Archbishop) on Jun 01, 2018 at 10:40 UTC | |
|
Re^2: Get https simple solution desired
by tbone654 (Beadle) on Jun 01, 2018 at 13:48 UTC |