現象
CentOS6.xで以下を実行して
$ sudo yum -y install epel-release
以下などを実行すると
$ sudo yum -y update
以下のエラーが発生します。
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
#解決
以下のエントリーのおかげで解決しました。
CentOS 6.3 Instance Giving "Cannot retrieve metalink for repository: epel" Error
EPELリポジトリがSSL3.0を使っているのが原因とのことで、記事の通り以下を実行してhttps→httpに変更することで解決しました。
$ sudo sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo