I have a self hosted webserver and my provider (Vodafone) assigns only IPv6 addresses
and a IPv4 pool address which one is not a real address or rather not existing.
Yesterday i use certbot and it works with an other domain and today not, because acme uses only the IPv4 address. Is there a way to force certbot to use IPv6 and ignore IPv4?
My domain is:
sevcom.zapto.org
I ran this command:
certbot --apache -d sevcom.zapto.org
It produced this output:
"type": "urn:ietf:params:acme:error:connection",
"detail": "92.72.34.68: Fetching http://sevcom.zapto.org/.well-known/acme-challenge/Bhv6lMZLKuvshmE-996qIEEhrMhX2N64Sh-rLC8UdUc: Connection refused",
"status": 400
My web server is (include version):
Apache/2.4.52 (Ubuntu)
The operating system my web server runs on is (include version):
ubuntu 22.04
My hosting provider, if applicable, is:
DynDNS Provider no-ip.com and sevcom.zapto.org is an AAAA Host.
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):
ssh
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
complete log:
{
"identifier": {
"type": "dns",
"value": "sevcom.zapto.org"
},
"status": "invalid",
"expires": "2024-01-05T00:00:22Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:connection",
"detail": "92.72.34.68: Fetching http://sevcom.zapto.org/.well-known/acme-challenge/Bhv6lMZLKuvshmE-996qIEEhrMhX2N64Sh-rLC8UdUc: Connection refused",
"status": 400
},
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/298439216086/Ega-hA",
"token": "Bhv6lMZLKuvshmE-996qIEEhrMhX2N64Sh-rLC8UdUc",
"validationRecord": [
{
"url": "http://sevcom.zapto.org/.well-known/acme-challenge/Bhv6lMZLKuvshmE-996qIEEhrMhX2N64Sh-rLC8UdUc",
"hostname": "sevcom.zapto.org",
"port": "80",
"addressesResolved": [
"92.72.34.68",
"2a00:1f:b600:901:a00:27ff:fe84:1eac"
],
"addressUsed": "2a00:1f:b600:901:a00:27ff:fe84:1eac"
},
{
"url": "http://sevcom.zapto.org/.well-known/acme-challenge/Bhv6lMZLKuvshmE-996qIEEhrMhX2N64Sh-rLC8UdUc",
"hostname": "sevcom.zapto.org",
"port": "80",
"addressesResolved": [
"92.72.34.68",
"2a00:1f:b600:901:a00:27ff:fe84:1eac"
],
"addressUsed": "92.72.34.68"
}
],
"validated": "2023-12-29T00:00:25Z"
}
]
}