mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 07:10:34 +01:00
Request: Insert affected domain in error message for unsuccessful API call #492
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 @movd on GitHub (Aug 20, 2020).
It would be useful if the affected FQDN would also be printed if an error message was issued due to an unsuccessful API call "ERROR: An error occurred while sending...".
https://github.com/dehydrated-io/dehydrated/blob/master/dehydrated#L718
@danimo commented on GitHub (Sep 18, 2020):
Do you have a case where it fails for one domain and not for another? Currently dehydrated always communicates with the same CA for all domains. It should always fail and if not, it should be due to an unreliable network, not due the domain.
@movd commented on GitHub (Nov 5, 2020):
Hi, thanks for getting back to me. It took a while for the problem to reappear in production. Last night dehydrated took care of renewing 156 certificates with 398 challenge responses (often multiple SANs). The whole process took around one hour (which is fine by me).
From this quite big batch, there was one error:
This is not a pressing issue, but it would be nice to know where this problem appeared. Also, we should create smaller renewal batches...
@lukas2511 commented on GitHub (Dec 10, 2020):
I'm not really seeing what's missing here? Just read up 3 lines of your logfile where it states "Responding to challenge for $fqdn authorization..." just before the error occurs?