Subject: | Misuse of IO::Socket::SSL (Recently updated) |
IO::Socket::SSL has been recently updated by it's author and no longer
supports multiple protocols submitted to SSL_version. This breaks your
module. The default is now SSLv2/3, which auto-negotiates between SSLv2
and SSLv3.
Line # 116 of ButMaintained.pm (v0.18)
Should be changed from:
$me->{sock}, SSL_version => "SSLv3:TLSv1"
To:
$me->{sock}, SSL_version => "TLSv1"