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.