Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
I ran this command:
certbot -c /etc/letsencrypt/cli.ini --standalone certonly
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for zeegear.com
http-01 challenge for zeegear.de
http-01 challenge for production.zeegear.com
http-01 challenge for production.zeegear.de
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. zeegear.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://zeegear.com/.well-known/acme-challenge/TvKhJapc7FJCWy2iBOPkrzobWr7lp_noaCQdsU7ybr4: "
404 Not Found
404 Not Found
", zeegear.de (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://zeegear.de/.well-known/acme-challenge/FOPBIEe2B3c7P_7bfWm_xdRBuhJfhx86izzVvzupCRA: "
404 Not Found
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.
My web server is (include version):
standalone
The operating system my web server runs on is (include version):
AWS
My hosting provider, if applicable, is:
AWS
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
certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log
-------------------------------------------------------------------------------
Found the following matching certs:
-------------------------------------------------------------------------------
certbot -c /etc/letsencrypt/cli.ini --standalone certonly --preferred-challenges tls-sni
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Renewing an existing certificate
Performing the following challenges:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Then that is the problem; as LE will prefer IPv6 when present and will not fall back to IPv4.
Just remove the related AAAA DNS entries in your DNS zone.