-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Renew just dies with no error (sometimes it says EOF) #338
Comments
Hey! How often does your cron job run? I noticed you are not using the |
once a month, What's the --days switch? I can't see it documented. |
The log message could be improved, to be sure, but I usually see EOF (in general, not necessarily in lego) when the network connection is flaky or the remote is having issues. Is it a consistent EOF error? |
not sure what to do here, any points to debug this further? Sometimes the EOF message is missing and the process just finishes. I'll try the master branch and see if it's any different |
We've started seeing this too. Everything was working fine until we came to renew on 25th Jan, now renew sometimes works fine but other times just exits with no output, error or cert generated.
We run our cron once a week but we check for certs expiring within 30 days to renew. |
I seem to have also encountered this error. It fails in the same spot, however mine spit out a panic.
|
I'm also seeing this EOF when using lego via Sabayon - dmathieu/sabayon#42. The error happens every time I attempt to get the certificate:
|
I have the exact same situation as @danielflippance, same log as well. The I also tried this with |
So what I did was a tried deploying an identical copy of the
Perhaps this will help debug the issue! |
@mtimofiiv Thanks for the stack trace! Sabayon seems to use a version of lego which did not check for a certain condition in the |
I've added some better logging to where I assume this is happening. Would be great if any of you could test it. |
I built lego from master/HEAD last week and that fixed the problem for me. Time for a new release? |
I have rebuilt from HEAD and now I am getting instead of just EOF: |
Latest version also gives me the same unexplained |
I tried #357 with no success. I don't see 429 error anymore but it just dies as described here... |
It may be some kind of wrongful So I saw a bunch of approvals of the verifications, and then all of a sudden |
@Wonderfall Have you tried editing the RPS const to a lower value to see if that helps? |
@xenolf Yep I tried 15, 10... Same problem. |
This should be solved since #390 |
run command works fine, renew fails silently for me
This is my cron that's been working for months
This is the output I get (sometimes the EOF line is missing)
Only started happening in Dec I believe. Any ideas?
The text was updated successfully, but these errors were encountered: