I have a certificate which involves several domains, including one IPv6-only domain.
I had no trouble creating the certificate, and as of a few weeks ago, all was well when I tested the renewal with the following command:
certbot renew --standalone --dry-run
But now that it is time to do the renewal, it consistently fails with the following mesage:
Attempting to renew cert from /etc/letsencrypt/renewal/gentoo.toadpen.com.conf produced an unexpected error: Failed authorization procedure. nonmicrosoft.com (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Failed to connect to [2600:3c01::f03c:91ff:fe69:89e9]:443 for TLS-SNI-01 challenge, www.nonmicrosoft.com (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Failed to connect to [2600:3c01::f03c:91ff:fe69:89e9]:443 for TLS-SNI-01 challenge. Skipping.
I can’t see any problems with my DNS settings, nor any problems communicating with the IPv6 address of the server. It has a perfectly good AAAA record.
The server is running Gentoo, with Apache 2.4.25
Does anyone have any ideas what might be going on here?