To us it is very useful to know when a challenge has failed (we use the dns-01 method and sometimes it fails because TXT DNS record has not propagated yet), so I created the "invalid_challenge" hook. This way we are aware and can act accordingly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/269
**Author:** [@nkovacne](https://github.com/nkovacne)
**Created:** 9/7/2016
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (5)
- [`37509d5`](https://github.com/dehydrated-io/dehydrated/commit/37509d515ee5933cf2871e7c0d0e90f6512d19bf) Adding the invalid_challenge hook
- [`a6da05b`](https://github.com/dehydrated-io/dehydrated/commit/a6da05b149f0823a7001123b33f278c7f82d9f10) Removing the example of the invalid challenge response
- [`8ab7a29`](https://github.com/dehydrated-io/dehydrated/commit/8ab7a2939844f12eaceb9c90702b1bd9d62a006f) Merge branch 'master' of https://github.com/lukas2511/dehydrated
- [`c435b6c`](https://github.com/dehydrated-io/dehydrated/commit/c435b6ca85f59e63973c7302c384880aabcec61f) Adding the request_failure hook
- [`992ebf5`](https://github.com/dehydrated-io/dehydrated/commit/992ebf522ca4c28b8c7c1b7e4655b4133c1eb10a) Fix: Include the content of the error rather than the file that contains it
### 📊 Changes
**4 files changed** (+40 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+8 -1)
📝 `docs/dns-verification.md` (+1 -1)
📝 `docs/examples/hook.sh` (+31 -0)
📝 `docs/hook_chain.md` (+0 -1)
</details>
### 📄 Description
To us it is very useful to know when a challenge has failed (we use the dns-01 method and sometimes it fails because TXT DNS record has not propagated yet), so I created the "invalid_challenge" hook. This way we are aware and can act accordingly.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/269
Author: @nkovacne
Created: 9/7/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
37509d5Adding the invalid_challenge hooka6da05bRemoving the example of the invalid challenge response8ab7a29Merge branch 'master' of https://github.com/lukas2511/dehydratedc435b6cAdding the request_failure hook992ebf5Fix: Include the content of the error rather than the file that contains it📊 Changes
4 files changed (+40 additions, -3 deletions)
View changed files
📝
dehydrated(+8 -1)📝
docs/dns-verification.md(+1 -1)📝
docs/examples/hook.sh(+31 -0)📝
docs/hook_chain.md(+0 -1)📄 Description
To us it is very useful to know when a challenge has failed (we use the dns-01 method and sometimes it fails because TXT DNS record has not propagated yet), so I created the "invalid_challenge" hook. This way we are aware and can act accordingly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.