In case you have a problem with installing packages on the server and you see an error like this:
- Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://repo.vasexperts.com/veos/8/BaseOS/x86_64/os/repodata/repomd.xml [SSL certificate problem: certificate has expired]Error: Failed to download metadata for repo «baseos»: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
timedatectl
should state: System clock synchronized: yes
./etc/chrony.conf
, then execute systemctl restart chronyd
.pool 2.veos.pool.ntp.org
→ pool 2.centos.pool.ntp.org
openssl s_client -connect abcdef.com:443
sslverify
in /etc/dnf.conf
(the line sslverify=0
should be added).sslverify
is an extreme and unrecommended measure that only disables certificate verification when installing packages, while other utilities (like curl
) will not work.