Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
The correct fix is to update your SSL certificates. sudo yum upgrade ca-certificates –disablerepo=epel You need to disable the epel repo so that this command will succeed. After you update your certificates you can use yum normally as EPEL will…