http://www.perlmonks.org?node_id=1006122


in reply to Re: need to fix my installation of IO::Socket::SSL, but how?
in thread need to fix my installation of IO::Socket::SSL, but how?

If installing IO::Socket::SSL to use LWP::UserAgent, you may also want to update to the latest Net::HTTP.
  • Comment on Re^2: need to fix my installation of IO::Socket::SSL, but how?

Replies are listed 'Best First'.
Re^3: need to fix my installation of IO::Socket::SSL, but how?
by ted.byers (Monk) on Nov 29, 2012 at 01:33 UTC

    Thanks runrig. I double checked that, when I saw your reply. It was already at it's latest version, as was Net::HTTPS.

    Alas, I still get a problem with my client being unable to verify the host name (part of the usual hand-shaling between client and server)

    Thanks

    Ted