Report this

What is the reason for this report?

I have a problem with SSL Config with Ubuntu 21.04

Posted on July 19, 2021

I’m trying setup SSL for my domain name but it is error Hit:1 https://repos.insights.digitalocean.com/apt/do-agent main InRelease Hit:2 http://mirrors.digitalocean.com/ubuntu hirsute InRelease Hit:3 http://mirrors.digitalocean.com/ubuntu hirsute-updates InRelease Hit:4 http://mirrors.digitalocean.com/ubuntu hirsute-backports InRelease Ign:5 http://ppa.launchpad.net/certbot/certbot/ubuntu hirsute InRelease Hit:6 http://security.ubuntu.com/ubuntu hirsute-security InRelease Err:7 http://ppa.launchpad.net/certbot/certbot/ubuntu hirsute Release *** 404 Not Found [IP: 91.189.95.85 80]*** Reading package lists… Done E: The repository ‘http://ppa.launchpad.net/certbot/certbot/ubuntu hirsute Release’ does not have a Release file. N: Updating from such a repository can’t be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Hi @info2cmep,

You’ll need to remove the ppa repository as it’s out of date if I’m not mistaken. To do so, you can run the following command:

sudo apt-add-repository -r ppa:certbot/certbot

After that, the following commands do not generate any errors:

sudo apt update
sudo apt-get update

Additionally, if you are looking to install, update certbot, The latest source works just fine and can be installed with a one-liner to install certbot.

curl -o- https://raw.githubusercontent.com/vinyll/certbot-install/master/install.sh | bash

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.