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]