in reply to Re: Can't connect to https using LWP::UserAgent
in thread Can't connect to https using LWP::UserAgent

Your solution works for me! Thank you! Do you know why this works when my initial attempt failed? (I'd like to know what I did wrong)
  • Comment on Re^2: Can't connect to https using LWP::UserAgent

Replies are listed 'Best First'.
Re^3: Can't connect to https using LWP::UserAgent
by vkhera (Novice) on Feb 08, 2017 at 14:11 UTC
    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.