Hi all,
I understand LE has recently changed authentication to use IPv6 first - is there any way to override this in the certificate request, so it uses IPv4. This is a major problem for us we host alot of IPv4 sites.
I user certbot-auto.
Here is the log entry indicating it is using IPv6 as the preferred authentication address.
“status”: “invalid”,
“expires”: “2018-10-09T09:09:02Z”,
“challenges”: [
{
“type”: “http-01”,
“status”: “invalid”,
“error”: {
“type”: “urn:ietf:params:acme:error:unauthorized”,
“detail”: “Invalid response from http://www.redacted.co.uk/.well-known/acme-challenge/WycQYZeAV4USVxlf7hlAGKCQQQhmvtWRMnGgZlSeWbw: “\u003c!DOCTYPE HTML PUBLIC \”-//IETF//DTD HTML 2.0//EN\”\u003e\n\u003chtml\u003e\u003chead\u003e\n\u003ctitle\u003e300 Multiple Choices\u003c/title\u003e\n\u003c/head\u003e\u003cbody\u003e\n\u003ch1\u003eMultiple C"",
“status”: 403
},
“url”: “https://acme-v02.api.letsencrypt.org/acme/challenge/jG86fEpuZZsf_geMmsTQHv5ezlfbyRGSrV-zQqbOAlc/7876714656”,
“token”: “WycQYZeAV4USVxlf7hlAGKCQQQhmvtWRMnGgZlSeWbw”,
“validationRecord”: [
{
“url”: “http://www.redacted.co.uk/.well-known/acme-challenge/WycQYZeAV4USVxlf7hlAGKCQQQhmvtWRMnGgZlSeWbw”,
“hostname”: “www.redacted.co.uk”,
“port”: “80”,
“addressesResolved”: [
“93.xxx.xxx.xxx”,
“2001:8d8:100f:f000::2d1”
],
“addressUsed”: “2001:8d8:100f:f000::2d1” <----- this is the default holding page of 1and1 hosting.
}
]
},