mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-03 14:40:00 +01:00
challenges fail when using 301 redirects #428
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 @Wurzelmann on GitHub (Aug 31, 2019).
I've been using dehydrated for about a year now, without problems, but now challenges for domains which use a 301/302 redirect fail.
Example fail:
This occurs when my domain uses a 301 redirect to another one (e.g. twitter.com in this example), but hasn't been a problem ever before.
OS: Debian stable (10.0)
dehydrated version: 0.6.5-1~bpo10+1
@lukas2511 commented on GitHub (Sep 2, 2019):
I'm not sure how this would ever have worked before. How would the CA validate your tokens if you don't serve them but instead redirect to Twitter?