yum 安装和建立缓存出现Peer's Certificate has expired.
# 新建仓库建立缓存时出现下面的问题
https://mirrors.tuna.tsinghua.edu.cn/erlang-solutions/centos/7/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate has expired."
# 解决办法
vim /etc/yum.conf
sslverify=0
# 新建仓库建立缓存时出现下面的问题
https://mirrors.tuna.tsinghua.edu.cn/erlang-solutions/centos/7/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate has expired."
# 解决办法
vim /etc/yum.conf
sslverify=0