mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Challenge appears to be deleted before validation #231
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tjbp on GitHub (Jun 26, 2017).
Hi all - am attempting to use
dehydrated -cto renew my certificates, and am running into a strange problem. I have nginx configured to catch the challenge request:If I place a file
test.htmlinside/var/lib/dehydrated/acme-challenges, I can access it via HTTP without issue at http://my.domain/.well-known/acme-challenge/test.html. When I rundehydrated -cand monitor the directory I see the challenge file momentarily appear, then disappear again. Nginx always serves a 404 not found to the validation server, as if the challenge was deleted early or created late. Could this be possible?This is my config:
This is the output:
@shoeper commented on GitHub (Jun 26, 2017):
Have you checked if the challenge has acutally been there using ls? A permission problem is much more likely.
@txr13 commented on GitHub (Jun 26, 2017):
The addressUsed is IPv6. Is Nginx listening and reachable on IPv6?
@tjbp commented on GitHub (Jun 27, 2017):
@txr13 D'oh, well spotted - that was it. Thanks!