我正在尝试使用 yum 运行更新命令:
yum update
我收到以下消息:
[root@commerce-dbs-tes-1 ~]# yum update
Loaded plugins: fastestmirror
Setting up Update Process
Loading mirror speeds from cached hostfile
* base: centos.brisanet.com.br
* extras: centos.brisanet.com.br
* updates: centos.brisanet.com.br
https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-6-x86_64/repodata/repomd.xml: [Errno 14] Peer cert cannot be verified or peer cert invalid
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: pgdg94. Please verify its path and try again
我确实知道有待处理的更新,并且它一直运行直到发生以下情况:
yum clean all
我的系统是 CentOS 6.7
请帮忙
答案1
由于以下原因,服务器无法验证/接受证书数据:
- 服务器日期/时间无效
- 存在 MIM 攻击 - 有人正在替换流量/颁发其他无效/自签名证书
- 证书无效(不是当前的证书,我认为它是有效的,由受信任的 CA 签名)
- 系统上的 CA 证书已过期,更新
ca-certificates
包