I would like to help out with keeping Vagrant boxes up-to-date. There is a ticket at https://bugs.centos.org/view.php?id=18028 Is there a script or any process around who's been uploading the images so far? - Ken On Fri, Oct 29, 2021 at 4:41 AM Alex Pircher via CentOS-devel <centos-devel at centos.org> wrote: > > Hello all, > > the CentOS 7 Vagrant box (https://app.vagrantup.com/centos/boxes/7) uses outdated ca-certificates, > which leads to errors. Can you please update ca-certificates. > > Thanks, > Alex > > > # wget https://www.centos.org/ > --2021-10-15 15:46:38-- https://www.centos.org/ > Resolving www.centos.org (www.centos.org)... 81.171.33.201, 81.171.33.202, 35.178.203.231 > Connecting to www.centos.org (www.centos.org)|81.171.33.201|:443... connected. > ERROR: cannot verify www.centos.org's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’: > Issued certificate has expired. > To connect to www.centos.org insecurely, use `--no-check-certificate'. > > # yum update -y ca-certificates > > # wget https://www.centos.org/ > --2021-10-15 15:51:09-- https://www.centos.org/ > Resolving www.centos.org (www.centos.org)... 81.171.33.201, 81.171.33.202, 35.178.203.231 > Connecting to www.centos.org (www.centos.org)|81.171.33.201|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: 24837 (24K) [text/html] > Saving to: ‘index.html’ > > 100%[==================================================================================================>] 24,837 --.-K/s in 0.02s > > 2021-10-15 15:51:09 (1.16 MB/s) - ‘index.html’ saved [24837/24837] > > > _______________________________________________ > CentOS-devel mailing list > CentOS-devel at centos.org > https://lists.centos.org/mailman/listinfo/centos-devel