You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+ Checking domain name(s) of existing cert... unchanged.
+ Checking expire date of existing cert...
+ Valid till Jan 8 09:54:43 2025 GMT (Less than 10 days). Renewing!
+ Signing domains...
+ Generating private key...
+ Generating signing request...
+ Requesting new certificate order from CA...
+ Received 2 authorizations URLs from the CA
+ Handling authorization for m00a
+ 2 pending challenge(s)
+ Deploying challenge tokens...
+ Responding to challenge for m00a authorization...
+ Challenge is valid!
+ Cleaning challenge tokens...
+ Requesting certificate...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
+ Order is processing...
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: