Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 29373
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: dland [...] cpan.org
Requestors: JDB [...] cpan.org
Cc:
AdminCc:

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



Subject: t/01-connect.t doesn't work through a proxy
The test should setup NO_PROXY: $ENV{NO_PROXY} = '127.0.0.1'; Otherwise the test may fail when https_proxy is set because you may not be able to connect to localhost via the proxy. This failure isn't necessary a "Connect failed" but could also be an "SSL negotiation failed" error, depending on proxy setup. So it would be better to disable the proxy for this test.
Fixed in release 0.57. Thanks for the report. David Landgren