Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Timeout during certificate renewal process #955

Open
augeivv opened this issue Jan 6, 2025 · 0 comments
Open

Issue: Timeout during certificate renewal process #955

augeivv opened this issue Jan 6, 2025 · 0 comments

Comments

@augeivv
Copy link

augeivv commented 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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant