Hello I have download the minimal release of CENTOS 7 at this url link download ISO centos 7.x
All work correctly...the PING and the network is OK. I ping to external HO
It is the error coming from the https connection in /etc/yum.repos.d/epel.repo
after you installed ius-release.rpm through
sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm
You need to do following stuff in /etc/yum.repos.d/epel.repo
.
baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
Uncomment baseurl
and comment line beginning with mirrorlist=
.