Skip Menu |

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

Report information
The Basics
Id: 85637
Status: open
Priority: 0/
Queue: Net-SMTP-TLS

People
Owner: Nobody in particular
Requestors: paul.p.franz [...] gmail.com
Cc:
AdminCc:

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



Subject: Net::SMTP::TLS does not work with the latest version of IO::Socket::SSL
Date: Sun, 26 May 2013 16:21:14 -0400
To: bug-Net-SMTP-TLS [...] rt.cpan.org
From: Paul Franz <paul.p.franz [...] gmail.com>
Getting a warning about default of SSL_VERIFY_NONE being used. It is also screaming about an invalid SSL version. To fix the issue change line 182 from: SSL_version => "SSLv3 TLSv1")){ to: SSL_verify_mode => IO::Socket::SSL::SSL_VERIFY_NONE, SSL_version => "TLSv1")){