in reply to Re^2: Can't connect to https using LWP::UserAgent
in thread Can't connect to https using LWP::UserAgent
The key was disabling the verify_hostname option to the https handler. You probably should install Mozilla::CA as per the LWP::Protocol::https documentation so that you can verify the certificates presented by the server.