easybuilders / easybuild

EasyBuild - building software with ease
http://easybuild.io
GNU General Public License v2.0
464 stars 143 forks source link

Please add possibility to skip certificate check while fetching files #743

Closed Pupkur closed 2 years ago

Pupkur commented 2 years ago

== 2021-10-22 02:18:01,974 filetools.py:628 WARNING IOError occurred while trying to download https://xorg.freedesktop.org/archive/individual/data//xkeyboard-config/libxkbcommon-0.8.0.tar.xz to /apps/sources/x/X11/libxkbcommon-0.8.0.tar.xz: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)>

akesandgren commented 2 years ago

Skipping cert checking is a really bad idea. It defeats the purpose of having them in the first place.

akesandgren commented 2 years ago

You need to get an updated ca-certificates package since there is nothing wrong with their certificate.

pescobar commented 2 years ago

I guess you are hitting this problem

https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/ https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/

You need to update/fix your system.

boegel commented 2 years ago

Support for --insecure-download was implemented in EasyBuild v4.5.0 (see https://github.com/easybuilders/easybuild-framework/pull/3859), so closing this issue...