mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Challenge validation failed #421
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 @KyferEz on GitHub (Jul 19, 2019).
Challenge validation is occurring on port 80 which my server does not listen on. How can I get the URL to be HTTPS for the validation?
See the relevant sections in below full error where is says Fetching HTTP... and lower on PORT 80.
@lukas2511 commented on GitHub (Jul 20, 2019):
http-01 verification will always use port 80. if you need verification over port 443 you'll have to use tls-alpn verification, which is a bit more complicated. see the docs for more information.