Tag Archives: Peer’s Certificate has expired.

curl#60 – “Peer’s Certificate has expired.” [How to Solve]

CentOS uses Yum install to install the software. An error is reported

failure: repodata/repomd.xml from google-chrome: [Errno 256] No more mirrors to try.
https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate has expired."

Baidu later found that the system time was wrong. Just modify the operating system time

date #Check the time, here to check the system time of the operating system
date -s "2021-11-29 11:05:00" #Set the time, set it to the correct time here

Then you can install the yum software