Tobias Gasser wrote: > Lars Bamberger schrieb: >> Hi, >> >> Wget-1.13 builds on lfs-7.0 with openssl-1.0.0e (not tested with GnuTLS >> or libidn or the perl module) >> >> make check results are: >> 69 tests were run >> 5 PASS, 0 FAIL >> 64 SKIP, 0 UNKNOWN >> > i'm at 1.13.4 now (with openssl 1.0.0e)
We need to mention that the perl module needed is HTTP::Daemon. Without libidn: ================== 69 tests were run 54 PASS, 0 FAIL 15 SKIP, 0 UNKNOWN ================== With libidn: ================= 69 tests were run 68 PASS, 0 FAIL 1 SKIP, 0 UNKNOWN ================= Skips Test-proxied-https-auth.px If I add the perl module IO::Socket:SSL, the test FAILs: --2011-11-09 20:48:24-- https://no.such.domain/needs-auth.txt Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:47990... connected. WARNING: cannot verify no.such.domain's certificate, issued by `/C=US/ST=California/L=Santa Claa/O=Internet Widgits Pty Ltd/CN=Micah Cowan/[email protected]': Self-signed certificate encountered. WARNING: certificate common name `Micah Cowan' doesn't match requested host name `no.such.domain'. Proxy request sent, awaiting response... HTTP/1.0 401 Unauthorized Connection: close WWW-Authenticate: Basic realm="gondor" 401 Unauthorized Reusing existing connection to no.such.domain:443. Proxy request sent, awaiting response... No data received. Retrying. --2011-11-09 20:48:25-- (try: 2) https://no.such.domain/needs-auth.txt Got code: 256 ------------ Actually that looks like it's working but there is a certificate issue. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
