in reply to Re: LWP not working with HTTPS protocol
in thread LWP not working with HTTPS protocol (SOLVED)

Please don't disable hostname validation, at least not with any code used in production. This makes you vulnerable to man-in-the-middle attacks.
  • Comment on Re^2: LWP not working with HTTPS protocol