fix: add HTTP entrypoint for LE HTTP-01 challenge on wildcard subdomains #5
Loading…
Reference in a new issue
No description provided.
Delete branch "add-http-entrypoint"
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?
The HostRegexp-based wildcard subdomains can't get Let's Encrypt certs because the router only had
websecure(port 443). Let's Encrypt HTTP-01 challenge needs port 80 to complete.Changes:
webentrypoint to both routers (HTTP → HTTPS redirect viagit-pages-httpsmiddleware)Pull request closed