mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
[PR #283] [CLOSED] Fix request new certificate if authorization valid #785
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?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/283
Author: @dennisschuerholz
Created: 9/20/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
28ba07dFix request new certificate if authorization valid01f26f5fix unbound variable📊 Changes
1 file changed (+14 additions, -3 deletions)
View changed files
📝
dehydrated(+14 -3)📄 Description
I just had an issue after switching from dns based challenges to http (see serverfault and le-community) so I made this quick fix which allowed me to use dehydrated again.
The change in Line 464(old)/468(new) corresponds to the "bigger" answer as mentioned in the serverfault post. Indeed it may not longer be necessary as I implemented a "quick escape" before extracting the challenges but I would leave it there - just in case.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.