mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
Issue: Timeout during certificate renewal process #632
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 @augeivv on GitHub (Jan 6, 2025).
Description:
When attempting to renew a certificate with Dehydrated, the process hangs indefinitely after the “Request certificate” step. The reason why the certificate could not be issued is irrelevant here. The logs show that the system is continuously processing the order without any further progress being made.
Logs
Expected Behavior:
After responding to the challenge and requesting the certificate, the process should either complete successfully or time out within a reasonable duration.
Actual Behavior:
The renewal process hangs indefinitely with repeated "Order is processing..." messages without completing or timing out.
Suggestion:
Implement a timeout mechanism for the "Order is processing..." phase to avoid indefinite hanging and potentially fail gracefully after a defined period.