Hi,
I try to renew my certificate but without success. My firewall seems to be ok, I saw traffic though http (port 80 is well opened)
i've attached my nginx sites-available file.
I don't know if it's secure to attache my complete letsencrypt.log file ?
in the letsencrypt.log, I've this line for all my domain name:
{
"identifier": {
"type": "dns",
"value": "www.sgigroupe.org"
},
"status": "invalid",
"expires": "2024-12-24T13:34:31Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall/10832739/15401454834/76LqiA",
"status": "invalid",
"validated": "2024-12-17T13:34:45Z",
"error": {
"type": "urn:ietf:params:acme:error:connection",
"detail": "185.173.180.142: Fetching http://www.sgigroupe.org/.well-known/acme-challenge/xxxxx: Timeout during connect (likely firewall problem)",
"status": 400
},
"token": "xxx",
"validationRecord": [
{
"url": "http://www.sgigroupe.org/.well-known/acme-challenge/xxx",
"hostname": "www.sgigroupe.org",
"port": "80",
"addressesResolved": [
"185.173.180.142"
],
"addressUsed": "185.173.180.142"
}
]
}
Thank you for your help.
www.sgigroupe.com.txt (5.2 KB)
My domain is:sgigroupe.com
I ran this command: certbot renew --dry-run
It produced this output:
Failed to renew certificate sgigroupe.net with error: Some challenges have failed.
All simulated renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/sgigroupe.net/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
My web server is (include version): nginx/1.18.0
The operating system my web server runs on is (include version):ubuntu 22.04
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):certbot 1.21.0