GNU bug report logs - #45358
bootstrap fails due to a certificate mismatch

Previous Next

Package: coreutils;

Reported by: "j-james" <jj <at> j-james.me>

Date: Tue, 22 Dec 2020 02:02:01 UTC

Severity: normal

Done: Bob Proulx <bob <at> proulx.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Grigoriy Sokolik <g.sokol99 <at> g-sokol.info>
To: 45358 <at> debbugs.gnu.org
Subject: bug#45358: bootstrap fails due to a certificate mismatch
Date: Mon, 15 Feb 2021 13:07:49 +0200
[Message part 1 (text/plain, inline)]
The temporary workaround could be, at least to skip the certificate
validation:

```
$ git --no-pager diff
diff --git a/bootstrap b/bootstrap
index 7523f65b4..dcb8aa388 100755
--- a/bootstrap
+++ b/bootstrap
@@ -180,7 +180,7 @@ bootstrap_epilogue() { :; }
 # specified directory.  Fill in the first %s with the destination
 # directory and the second with the domain name.
 po_download_command_format=\
-"wget --mirror --level=1 -nd -nv -A.po -P '%s' \
+"wget --mirror --level=1 -nd --no-check-certificate -nv -A.po -P '%s' \
  https://translationproject.org/latest/%s/"

 # Prefer a non-empty tarname (4th argument of AC_INIT if given), else
```

But be careful, this is really bad advice: fetching anything without
consistency ad authority validation is really insecure!

Thanks!
Best regards,
Grigorii
[Message part 2 (text/html, inline)]

This bug report was last modified 4 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.