mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 07:10:34 +01:00
[PR #261] [CLOSED] Retry invalid challenge responses, set number of retries to NUMBER #776
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/261
Author: @extremeshok
Created: 8/22/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
75f49bcRetry invalid challenge responses, set number of retries to NUMBER📊 Changes
2 files changed (+95 additions, -10 deletions)
View changed files
📝
README.md(+1 -0)📝
letsencrypt.sh(+94 -10)📄 Description
Coded to your coding standards, shellchecked
This will allow for the challenge to be retied for X times when it fails (returns invalid)
Allot of our servers are via cdn/load-balancers and they do not always sync quick enough, so will fail the first X attempts.
This also allows your script to have resiliency with bad connections/timeouts.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.