bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Timeout never happens with https://www.tesco.com


From: Tom Crane
Subject: Re: Timeout never happens with https://www.tesco.com
Date: Tue, 8 Dec 2020 02:28:25 +0000 (GMT)

On Mon, 7 Dec 2020, Petr Pisar wrote:

V??Mon, Dec 07, 2020 at 03:44:32AM +0000,??Tom Crane napsal(a):

[analysis cut]

Many thanks for your analysis.


I suspect you use OpenSSL for TLS and wget is missing the fcntl() call from
src/openssl.c.

That was it. Checking the Slackware distro's build script http://slackware.osuosl.org/slackware64-current/source/n/wget/wget.SlackBuild shows it specifies,

./configure --with-ssl=openssl

Changing that to '--with-ssl=gnutls' [default] fixed the problem.

Best regards
Tom.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]