Skip Menu |

This queue is for tickets about the Net-SMTP-TLS-ButMaintained CPAN distribution.

Report information
The Basics
Id: 77865
Status: resolved
Priority: 0/
Queue: Net-SMTP-TLS-ButMaintained

People
Owner: Nobody in particular
Requestors: chrisorso [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.18
Fixed in: (no value)



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"
applied. Thanks for the patch and new version is on the way CPAN.