conduit: Fix acme issue #91
Loading…
Reference in a new issue
No description provided.
Delete branch "tlater/fix-conduit-acme"
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?
letsencrypt will prod on port 80 to verify the domain.
listen
overrides
addSSL
, so none of the NixOS modules' setup will actuallywork.
This means the conduit virtualhost never listened on port 80, and
couldn't verify letsencrypt requests.
How this ever worked is beyond me, but this commit resolves the
problems (don't worry,
forceSSL
does what it says on the tin andoverrides the
listen
again).