Bug#746579: Fix can be found here

Salvatore Bonaccorso carnil at debian.org
Sun May 4 06:42:05 UTC 2014


Hi Steffen,

On Sat, May 03, 2014 at 11:28:30PM +0200, Steffen Ullrich wrote:
> https://github.com/libwww-perl/lwp-protocol-https/pull/14

Thanks for the patch, I have commited it to the git repo[1], but now
there is the t/https_proxy.t test failing which needs first fixing:

----cut---------cut---------cut---------cut---------cut---------cut-----
$ prove -v t/https_proxy.t 
t/https_proxy.t .. 
1..56
ok 1 - noproxy http://127.0.0.1:44545/foo -> A.1 at nossl
ok 2 - URL in request -> /foo
ok 3 - noproxy http://127.0.0.1:44545/bar -> A.2 at nossl
ok 4 - URL in request -> /bar
ok 5 - noproxy http://127.0.0.1:46930/foo -> B.1 at nossl
ok 6 - URL in request -> /foo
ok 7 - noproxy http://127.0.0.1:46930/bar -> B.2 at nossl
ok 8 - URL in request -> /bar
ok 9 - noproxy http://127.0.0.1:44545/tor -> A.3 at nossl
ok 10 - URL in request -> /tor
ok 11 - noproxy http://127.0.0.1:46930/tor -> B.3 at nossl
ok 12 - URL in request -> /tor
ok 13 - proxy http://foo/foo -> C.1.auth at nossl
ok 14 - URL in request -> http://foo/foo
ok 15 - proxy http://foo/bar -> C.2.auth at nossl
ok 16 - URL in request -> http://foo/bar
ok 17 - proxy http://bar/foo -> C.3.auth at nossl
ok 18 - URL in request -> http://bar/foo
ok 19 - proxy http://bar/bar -> C.4.auth at nossl
ok 20 - URL in request -> http://bar/bar
ok 21 - proxy http://foo/tor -> C.5.auth at nossl
ok 22 - URL in request -> http://foo/tor
ok 23 - proxy http://bar/tor -> C.6.auth at nossl
ok 24 - URL in request -> http://bar/tor
# creating cert for direct.ssl.access
unexpected response: 500 Can't connect to 127.0.0.1:44545
Content-Type: text/plain
Client-Date: Sun, 04 May 2014 06:35:46 GMT
Client-Warning: Internal response

Can't connect to 127.0.0.1:44545

# Looks like you planned 56 tests but ran 24.
# Looks like your test exited with 255 just after 24.
# SSL handshake failed: SSL connect accept failed because of handshake problems error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 32/56 subtests 

Test Summary Report
-------------------
t/https_proxy.t (Wstat: 65280 Tests: 24 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 56 tests but ran 24.
Files=1, Tests=24,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.19 cusr  0.01 csys =  0.23 CPU)
Result: FAIL
----cut---------cut---------cut---------cut---------cut---------cut-----

 [1] http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblwp-protocol-https-perl.git;a=commitdiff;h=52883a3

Regards,
Salvatore



More information about the pkg-perl-maintainers mailing list