in reply to Re^2: IO::Socket::SSL incompatibility with WWW::Mechanize
in thread IO::Socket::SSL incompatibility with WWW::Mechanize

Do you have the latest Net-HTTP installed? I'm guessing no, because then I think you would have to set environment variable PERL_LWP_SSL_VERIFY_HOSTNAME to 0.
  • Comment on Re^3: IO::Socket::SSL incompatibility with WWW::Mechanize

Replies are listed 'Best First'.
Re^4: IO::Socket::SSL incompatibility with WWW::Mechanize
by Madhuk (Initiate) on Jul 12, 2013 at 00:37 UTC

    No, I don't have Net-HTTP installed. That's good to know.

      Net::HTTP is installed, otherwise none of this would work. I asked if you had the latest version installed.