-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
acme.json unexpected EOF #176
Comments
The number of requested certificates doesn't influence this. I think it's maybe because the dump happens when Traefik is writing the file. |
Most important, will it retry? or will it just miss that certificate update? |
it will not retry. |
I had today the same error in my log file.
After restart the container (
The hoster of the domain is Hetzner Online GmbH. After some tests it seems that traefik-certs-dumper sees the change in acme.json too quickly. The private key for the certificate was written to the acme.json, but the public certificate is not written yet. Is it possible to configure a delay of x seconds when using the parameter --watch? |
Hi,
I sometimes get;
when having traefik-certs-dumper 2.8.1 running as;
could it be caused by multiple certificates being requested at the same time?
The text was updated successfully, but these errors were encountered: