CentOS 7报错:curl#60 - “Peer‘s Certificate has expired.“

我的报错是在安装consul报错的
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo

报错信息:
curl#60 - “Peer’s Certificate has expired.”
Trying other mirror.

原因:
可能是由于服务器时间不正确导致https证书认证错误
更新服务器时间即可
解决办法(时间自定义):

date -s “2021-06-20 00:00:00”

上一篇:leetcode 564. 寻找最近的回文数(贪心+模拟)


下一篇:leetcode4-majorityElement