Project

General

Profile

Bug #3209

wget on armv7h fails to verify certificates

GNUtoo - almost 2 years ago - . Updated almost 2 years ago.

Status:
confirmed
Priority:
bug
Assignee:
-
% Done:

0%


Description

On armv7h wget fails to verify the certificates:

$ wget https://parabola.nu
--2022-03-30 14:56:30--  https://parabola.nu/
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving parabola.nu (parabola.nu)... 93.95.226.249, 2001:470:1f09:96::2
Connecting to parabola.nu (parabola.nu)|93.95.226.249|:443... connected.
The certificate has not yet been activated
$ echo $?
5

But curl works fine:

$ curl https://parabola.nu
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.16.1</center>
</body>
</html>

And wget also works fine on x86_64

Bill Auger was also able to reproduce the bug.

History

#1

Updated by bill-auger almost 2 years ago

it is curious that this does not affect curl - lucky that is does not; because pacman relies on curl by default

Also available in: Atom PDF