My domain is: lebearcnc.com
I ran this command:
It produced this output: sudo certbot renew --dry-run --debug-challenges -v
My web server is (include version): Server version: Apache/2.4.52 (Ubuntu)
Server built: 2024-04-10T17:45:18
The operating system my web server runs on is (include version): Ubuntu 22.04
My hosting provider, if applicable, is: myself ( virtual server hosted by Contabo)
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): Just updated it to certbot version 2.10.0
I am using certbot since a while and now I am getting errors when attempting to renew my certificates. I have read as much as I could before posting this. I saw that it might be linked to the firewall, so I disabled it with ufw disable
, makes no difference. As I thought it might be due to some changes, I upgraded to the latest version, still no difference. In fact, there is a difference, now it tells me what is the expected value:
The following URLs should be accessible from the internet and return the value
mentioned:
URL:
http://lebearcnc.com/.well-known/acme-challenge/9avJbuRTB461bq9odtyEnNum8aLn0zflrLwh1cWgGS0
Expected value:
9avJbuRTB461bq9odtyEnNum8aLn0zflrLwh1cWgGS0.UvF08Pe24Lcru1Nv0_ZzNCieGPx_W-kK6u_0G0qWsKU
URL:
http://www.lebearcnc.com/.well-known/acme-challenge/5aO9uX6pP9fVqoiPO1oyVk8dyfkx9MjURBgxZWJwyUU
Expected value:
5aO9uX6pP9fVqoiPO1oyVk8dyfkx9MjURBgxZWJwyUU.UvF08Pe24Lcru1Nv0_ZzNCieGPx_W-kK6u_0G0qWsKU
What let's debug show here make me think it might have to do with permissions on a directory, but which one ?
[LetsEncryptStaging](https://letsdebug.net/lebearcnc.com/1905080?debug=y#LetsEncryptStaging-Debug)
DEBUG
Challenge update failures for lebearcnc.com in order https://acme-staging-v02.api.letsencrypt.org/acme/order/5751349/16160850354
acme: error code 403 "urn:ietf:params:acme:error:unauthorized": 2606:4700:3031::6815:2c4b: Invalid response from http://lebearcnc.com/.well-known/acme-challenge/xAR8Hef6CGtfIC7cnZi1qZOilllsybh8Tq2QwC2_oQg: 404
Thanks for your help,
Bernard