According to
https://access.redhat.com/solutions/2850911
the workaround is
repo_gpgcheck = 0
i am running centos 7 - if i want to use repo_gpgcheck = 1 , what I need to do ?
yum update fails with error "[Error 14] HTTPS Errno 404 - Not Found
Re: yum update fails with error "[Error 14] HTTPS Errno 404 - Not Found
That is not the whole error message.
The Red Hat solution shows that it could be due to lack of repomd.xml.asc at a repository.
The error message reveals which repository and file.
The solution also says that you can create a local repo mirror with keys. Obviously, if you don't trust a repo because it does not have keys, then mirror of it is not trustworthy either.
You can set/disable repo_gpgcheck for individual repositories.
The Red Hat solution shows that it could be due to lack of repomd.xml.asc at a repository.
The error message reveals which repository and file.
The solution also says that you can create a local repo mirror with keys. Obviously, if you don't trust a repo because it does not have keys, then mirror of it is not trustworthy either.
You can set/disable repo_gpgcheck for individual repositories.
Re: yum update fails with error "[Error 14] HTTPS Errno 404 - Not Found
All CentOS repos have GPG signed metadata available so repo_gpgcheck=1 should be working.
CentOS 6 died in November 2020 - migrate to a new version!
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke