Question
DigitalOcean mirrors failing?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×I find a lot of people asking this very same question, and not a single answer that works.
Could you please just fix the fucking mirrors, or tell us what the fuck we have to do to update the information if the mirrors that are listed in our old droplets are no longer valid?
This issue is very annoying, and it’s just DigitalOcean’s fault.
I opened a ticket with Digital Ocean and this was the fix for me:
Are you by chance using Ubuntu 14.04 on the Droplet having issues?
The reason for that particular error has to do with Ubuntu 14.04 that is now end of life (EOL). The issue is known by Ubuntu, but is unlikely to get major attention due to it being EOL.
In order to workaround the issue, you will need to update “/etc/apt/sources.list.d/digitalocean-agent.list” manually to use http instead of https as follows:
sed -i ’s/https/http/g’ /etc/apt/sources.list.d/digitalocean-agent.list
sudo apt-get update
sudo apt-get install do-agent
I also had problems with this, when doing a do-release-upgrade
on a 14.04 droplet
Here’s what fixed it for me:
mirrors.digitalocean.com
with archive.ubuntu.com
Same issue here. And cannot solve it =/
Already tried https://www.digitalocean.com/community/questions/ubuntu-14-04-apt-get-update-404-not-found-issue with kakeiso97’ comment. But no change.