Today I wanted to upgrade a php webserver with php5.6 . However the epel didn’t work .
After a yum clean all got this title error
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
To fix this I needed to upgrade the ceritiface without epel .
yum upgrade ca-certificates –disablerepo=epel
After this all works.