PROBLEM A/AAA record

Good morning and hello everyone.
On the domain https://vodmyxx.eu/ I have installed an NGINX server with your certificate via certbot. All worked correctly until the time of the certificate renewal. Now using the certbot renew --dry-run command
from the linux server I get this error: To fix these errors, please make sure that your domain name was
entered correctly and the DNS A / AAAA record (s) for that domain
contain (s) the right IP address.
I state that the configuration of the A / AAA records by me has not been changed.
How can I solve?
Thank you

Posting the full output of the command would help, so that we can see what authenticator plugin you are using.

Does it work with the nginx authenticator?

certbot renew --nginx --dry-run

Saving debug log to /var/log/letsencrypt/letsencrypt.log


Processing /etc/letsencrypt/renewal/vodmyxx.eu.conf


Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator nginx, Installer nginx
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for vodmyxx.eu
Waiting for verification...
Cleaning up challenges
Attempting to renew cert (vodmyxx.eu) from /etc/letsencrypt/renewal/vodmyxx.eu.conf produced an unexpected error: Failed authorization procedure. vodmyxx.eu (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://vodmyxx.eu/.well-known/acme-challenge/NEd8CFwRW1dHIv6rBnFFrK_veU6_AQcuqQziJkYiFaM [95.110.129.110]: "\r\n404 Not Found\r\n<body bgcolor="white">\r\n

404 Not Found

\r\n
". Skipping.


Processing /etc/letsencrypt/renewal/www.vodmyxx.eu.conf


Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator nginx, Installer nginx
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for www.vodmyxx.eu
Waiting for verification...
Cleaning up challenges
Attempting to renew cert (www.vodmyxx.eu) from /etc/letsencrypt/renewal/www.vodmyxx.eu.conf produced an unexpected error: Failed authorization procedure. www.vodmyxx.eu (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.vodmyxx.eu/.well-known/acme-challenge/r5ap8XSDwJvVX9JaiSAIQd84RiOFRbcgYIQHkP5dnqE [95.110.129.110]: "\r\n404 Not Found\r\n<body bgcolor="white">\r\n

404 Not Found

\r\n
". Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/vodmyxx.eu/fullchain.pem (failure)
/etc/letsencrypt/live/www.vodmyxx.eu/fullchain.pem (failure)


** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates below have not been saved.)

All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/vodmyxx.eu/fullchain.pem (failure)
/etc/letsencrypt/live/www.vodmyxx.eu/fullchain.pem (failure)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)


2 renew failure(s), 0 parse failure(s)

IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: vodmyxx.eu
    Type: unauthorized
    Detail: Invalid response from
    http://vodmyxx.eu/.well-known/acme-challenge/NEd8CFwRW1dHIv6rBnFFrK_veU6_AQcuqQziJkYiFaM
    [95.110.129.110]: "\r\n404 Not
    Found\r\n<body bgcolor="white">\r\n

    404
    Not Found

    \r\n
    "

    To fix these errors, please make sure that your domain name was
    entered correctly and the DNS A/AAAA record(s) for that domain
    contain(s) the right IP address.

  • The following errors were reported by the server:

    Domain: www.vodmyxx.eu
    Type: unauthorized
    Detail: Invalid response from
    http://www.vodmyxx.eu/.well-known/acme-challenge/r5ap8XSDwJvVX9JaiSAIQd84RiOFRbcgYIQHkP5dnqE
    [95.110.129.110]: "\r\n404 Not
    Found\r\n<body bgcolor="white">\r\n

    404
    Not Found

    \r\n
    "

    To fix these errors, please make sure that your domain name was
    entered correctly and the DNS A/AAAA record(s) for that domain
    contain(s) the right IP address.

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