The error is because of the scripts in the epel.repo under the mirrorlist pointing to https instead of http. If you amend it to http, the epel repo will work
At /etc/yum/repos.d/epel.repo, change to
[epel] ..... ..... mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch [epel-debuginfo] ..... ..... mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=epel-debug-6&arch=$basearch
References:
No comments:
Post a Comment