Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 82948
Status: resolved
Priority: 0/
Queue: libnet

People
Owner: Nobody in particular
Requestors: PECO [...] cpan.org
Cc:
AdminCc:

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



Subject: Net::SMTP
IO-Socket-SSL-1.79-81 in this commit: https://github.com/noxxi/p5-io -socket-ssl/commit/e3888257eda 1ad9ba69a2334c2a415576876c6b8 now requires that the SSL_verify_mode is explicitly set to SSL_VERIFY_NONE, rather than default to that value. ******************************************************************* Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client is depreciated! Please set SSL_verify_mode to SSL_VERIFY_PEER together with SSL_ca_file|SSL_ca_path for verification. If you really don't want to verify the certificate and keep the connection open to Man-In-The-Middle attacks please set SSL_verify_mode explicitly to SSL_VERIFY_NONE in your application. ******************************************************************* Seems that Net::SMTP has a hard-coded list of permitted options, and the SSL_* options are not included.
Subject: Re: [rt.cpan.org #82948] Net::SMTP
Date: Fri, 25 Jan 2013 07:31:14 -0600
To: bug-libnet [...] rt.cpan.org
From: Graham Barr <gbarr [...] pobox.com>
On Jan 25, 2013, at 03:46 , Juan Jose San Martin via RT <bug-libnet@rt.cpan.org> wrote: Show quoted text
> > Seems that Net::SMTP has a hard-coded list of permitted options, and the > SSL_* options are not included.
Net::SMTP does not support SSL, perhaps you have been using Net::SMTP::SSL Graham
There are no plans to add SSL support to Net::SMTP.
After more requests for SSL support, this has now been added. See Github: https://github.com/steve-m-hay/perl-libnet/commit/c274b798e6881a941d941808c6d89966975cb8c8