Certbot - Troubleshooting HTTP-01 Challenge Related Issues

OK there is the problem.
the FQDN resolves to an IPv4 and an IPv6 record.
Let’s Encrypt prefers IPv6.
there is no binding to IPv6 address in your conf file.

( copied from @sahsanu from post: Let's encrypt renew certificate issue )
you can check test file access as follows:
from an Internet IP:
curl -IkL4 http://your.domain/.well-known/acme-challenge/test.txt
curl -IkL6 http://your.domain/.well-known/acme-challenge/test.txt

1 Like

ohhh perfect. I deleted the AAAA Records. I will test a bit later and give a feedback. Thank you so far for your support :slight_smile:

After i deleted the AAAA Record, i was able to renew the certificate :slight_smile: thank you all for your support!

Cheers

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