Certbot-nginx upgrade

Hello everyone!
I received the email “**Action is required to prevent your Let’s Encrypt certificate renewals from breaking.*” so I started to check Certbot version on my servers in order to upgrade them but it seems that upgrading action was unsuccessful.

My domain is: https://tagwork.olicom.eu
Commands:

$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository universe
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-nginx 

At the end of the above commands, it seems that certbot was upgraded to version 0.28

My web server is (include version): nginx 1.10.3 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 16.04.3 LTS
My hosting provider is: AWS
I can login to a root shell on my machine: yes

The version of my client is : 0.21.1

How can I correctly upgrade certbot-nginx?
Thanks in advance.

How do you know it was unsuccessful?

Have you run “sudo apt upgrade” or “sudo apt full-upgrade”?

Because certbot --version command result is: 0.21.1

Have you run “ sudo apt upgrade ” or “ sudo apt full-upgrade ”?

sudo apt upgrade

Did it upgrade everything?

Sorry, I thought you were referring to Certbot’s instructions

I ran sudo apt-upgrade a little while ago; many packages have been updated including Certbot which is now at version 0.28

Thanks for your support!

Port 80 is open! :slight_smile: (which seems to be a big hurdle these days):
wget http://tagwork.olicom.eu/
–2019-01-26 00:17:27-- http://tagwork.olicom.eu/
Resolving tagwork.olicom.eu (tagwork.olicom.eu)… 35.157.44.13
Connecting to tagwork.olicom.eu (tagwork.olicom.eu)|35.157.44.13|:80… connected.
HTTP request sent, awaiting response… 301 Moved Permanently
Location: https://tagwork.olicom.eu/ [following]

Hi rg305, thanks for your advice . This is our demo server… I’m planning to redirect connection from port 80 to port 443.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.