My acme logs show the below (sanitised) error. Port 80 is open externally and redirects to https (currently self signed) as it should. All DNS resolutions are working and correct in the log - it seems like the /.well-known/acme-challenge/<token> route is not responding on the server. Same occurs if "Only allow Let's Encrypt verification" is selected in secure gateway config, but redirect returns 404.
Version 19.0.2 (build 23329) on Server 2019
Error in log:
Action on cerificate with id: 2 failed with error 'The http challenge failed. { "identifier": { "type": "dns", "value": "correct.domain.name" }, "status": "invalid", "expires": "2022-09-13T00:24:08Z", "challenges": [ { "type": "http-01", "status": "invalid", "error": { "type": "urn:ietf
arams:acme:error:connection", "detail": "correct.IP.ADDR: Fetching http://correct.domain.name/.well-known/acme-challenge/<token goes here>: Timeout during connect (likely firewall problem)", "status": 400 }, "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/<token goes here>/<token goes here>", "token": "<token goes here>", "validationRecord": [ { "url": "http://jiwar2.ids-g.net/.well-known/acme-challenge/<token goes here>", "hostname": "correct.host.name", "port": "80", "addressesResolved": [ "correct.IP.ADDR" ], "addressUsed": "correct.IP.ADDR" } ], "validated": "2022-09-06T00:26:08Z" } ] }'
Version 19.0.2 (build 23329) on Server 2019
Error in log:
Action on cerificate with id: 2 failed with error 'The http challenge failed. { "identifier": { "type": "dns", "value": "correct.domain.name" }, "status": "invalid", "expires": "2022-09-13T00:24:08Z", "challenges": [ { "type": "http-01", "status": "invalid", "error": { "type": "urn:ietf