Certbot not install on CentOS 6.8 x86

Hello.
I enter command
wget https://dl.eff.org/certbot-auto
cp certbot-auto /usr/local/sbin/certbot-auto
chmod a+x /usr/local/sbin/certbot-auto
certbot-auto certonly -a webroot --webroot-path=/var/www/valandersi/data/www/eliscom.ru -d eliscom.ru -d www.eliscom.ru

and have problem

Help me plz

Hi @valandersi,

Welcome to the community forum!

It appears that your server is experiencing network connectivity issues while attempting to connect to the various yum mirrors.

Can you try using different mirrors or use the baseurl instead?

You may also want to run this when you switch to another mirror or baseurl. sudo yum makecache

solved the problem thanks.