-
Notifications
You must be signed in to change notification settings - Fork 184
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
Cannot redo http-01 challenge #222
Comments
Try to do what ebakker suggest here: #210 I had same error and I just restarted the process for that host, but I think ebakker would like to get the feedback on those suggestions. :) |
This issue has been popping up for lots of folks intermittently lately (even me), I'll need to dig into it a bit to see what's changed recently. In the meantime, if you can force the challenge to be completed once again, this has typically cleared up the situation. Just as @WallyRanson suggested, try doing the step with |
Isn't this due to the fact that the authorization is only valid for 10 months? I did not take that into account when I wrote a little renewal-script. My current fix is just to create a new certificate for those servers that runs into the issue. Need to incorporate the -regenerate -repeat in that somehow. |
No I got it the first week I tried to make my script. |
Ah I was thinking that the reason for it popping up intermittently for people was because of the 10 month validity period for domain authorization. I had it happen on two installations this week. Those installations were not the first ones i configured but I think for the ones older than the ones with the issue I have manually recreated the certificates at some point (due to needing to add another domain or similar). |
It's not 10 mos any more, they reduced the validity to only a few weeks now. But @WallyRanson is right, it's happening for folks (even me) even if they try to complete within a few hours or days. |
Well that certainly would explain the issues I've been having. Changed my scripts to authorize the domain every time I need to renew the cert. Thanks for the work @ebekker ☺ |
and now? |
|
How can I get out of the INVALID loop? |
Once the challenge is changed to invalid it is dead and you need to start a new challenge from the beginning again |
Ok. But than I‘m directly at #331 |
Just add a timestamp |
If I have an existing and validated ACMEIdentifier, I cannot forcefully redo the challenge.
The text was updated successfully, but these errors were encountered: