Skip Menu |

This queue is for tickets about the IO-Socket-SSL CPAN distribution.

Report information
The Basics
Id: 97087
Status: rejected
Priority: 0/
Queue: IO-Socket-SSL

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

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



Subject: Latest release breaks SSL_VERIFY_NONE
This code: my $imap = Mail::IMAPClient->new(Server => $server, User => $user, Password => $password, Ssl => 1, Socket => IO::Socket::SSL->new ( Proto => 'tcp', PeerAddr => $server, PeerPort => 993, SSL_verify_mode => SSL_VERIFY_NONE, SSL_ca_file => Mozilla::CA::SSL_ca_file(), ), ) or die "Cannot connect to $server: $@"; Used to work fine, but with 1.994 the code sits for a long time then times out without establishing a connection. This happens on whatever server I try so it's not a server misconfig
Show quoted text
> Used to work fine, but with 1.994 the code sits for a long time then > times out without establishing a connection. This happens on whatever > server I try so it's not a server misconfig
Could you please verify that this is not caused by issue https://rt.cpan.org/Ticket/Display.html?id=97050, e.g. that you use version 0.30 of IO::Socket::IP? Regards, Steffen
CC: <behroozi [...] www.pls.uni.edu>
Subject: Re: [rt.cpan.org #97087] Latest release breaks SSL_VERIFY_NONE
Date: Wed, 9 Jul 2014 11:32:14 -0400
To: <bug-IO-Socket-SSL [...] rt.cpan.org>
From: Nigel Horne <njh [...] bandsman.co.uk>
On 09/07/2014 11:23, Steffen Ullrich via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=97087 > > >
>> Used to work fine, but with 1.994 the code sits for a long time then >> times out without establishing a connection. This happens on whatever >> server I try so it's not a server misconfig
> Could you please verify that this is not caused by issue > https://rt.cpan.org/Ticket/Display.html?id=97050, e.g. that you use version 0.30 of IO::Socket::IP?
Ahah! Yes I am using IO::Socket::IP 0.30. Regards, -Nigel Show quoted text
>
Download smime.p7s
application/pkcs7-signature 4.1k

Message body not shown because it is not plain text.

Show quoted text
> > Could you please verify that this is not caused by issue > > https://rt.cpan.org/Ticket/Display.html?id=97050, e.g. that you use > > version 0.30 of IO::Socket::IP?
> > Ahah! Yes I am using IO::Socket::IP 0.30.
Ok, then I close this issue.