-
Notifications
You must be signed in to change notification settings - Fork 0
wget .vs. curl #2856
Comments
Wget uses GnuTLS, and that seems to have issues with that certificate:
|
Updating the related packages did not help. I documented it upstream. |
Thanks. However, I don't understand "documented it upstream" with a link to the gnutls 3.7.8 PR, which didn't fix the problem. Is it a known gnutls bug? Is it related to "Bleichenbacher oracle" whatever that is? |
Sorry, wrong URL. Correct one: https://gitlab.com/gnutls/gnutls/-/issues/1455 (I edit my comment.) |
niclas
added a commit
that referenced
this issue
Aug 24, 2023
This fixes #2856. ``` inbetweenmove> wget https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-1.4.7.tar.bz2 --2023-08-24 15:40:04-- https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-1.4.7.tar.bz2 Resolving www.netfilter.org... 92.243.18.11, 2001:4b98:dc0:43:216:3eff:fe87:a456 Connecting to www.netfilter.org|92.243.18.11|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 539688 (527K) [application/x-bzip2] Saving to: ‘conntrack-tools-1.4.7.tar.bz2’ conntrack-tools-1.4.7.tar.bz2 100%[=======================================================================>] 527.04K 2.51MB/s in 0.2s 2023-08-24 15:40:04 (2.51 MB/s) - ‘conntrack-tools-1.4.7.tar.bz2’ saved [539688/539688] ```
Sign in
to join this conversation on GitHub.
The text was updated successfully, but these errors were encountered: