I’m trying to install a Let’s Encrypt Certificate on my develop server at home using the Certbot manual.
I’m running Centos 6.2 but having issues installing python (pip).
I’m not sure how to get it installed since no mirror is found
Error:
Error Downloading Packages:
python-pip-1.3.1-4.el6.noarch: failure: python-pip-1.3.1-4.el6.noarch.rpm from epel: [Errno 256] No more mirrors to try.
Could not install OS dependencies. Aborting bootstrap!
Maybe someone can tell me how to fix this problem?
Sounds like your server is having a hard time reaching out to available download mirrors. Are you sure it has internet access and the repositories are set up correctly?
I installed some other packages correctly so I don’t think the internet connection is the problem.
Running wget https://dl.eff.org/certbot-auto was also downloading the file
How can i see if my repositories are set up correctly?