I'm trying to run the update command with yum:
yum update
I get the follwing message:
[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
I know for a fact that there are pending Updates,and it was working until a did:
yum clean all
My system is a CentOS 6.7
Please help