[PR #269] [CLOSED] Adding the invalid_challenge and request_failure hooks #780

Closed
opened 2025-12-29 01:29:07 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/269
Author: @nkovacne
Created: 9/7/2016
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 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.

## 📋 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>
adam added the pull-request label 2025-12-29 01:29:07 +01:00
adam closed this issue 2025-12-29 01:29:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#780