Investigating restarts concerning Error: [400] jwk and kid header fields are mutually exclusive #23
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since I updated to the most recent version, I'm getting less restarts from my proxy handling certificates.
No cert for the IP should be fine:
This is probably a bot too, do I have to handle this to prevent restarts (pm2 managed)?
Hmm... that may point to a bug in ACME.js or Greenlock, but unfortunately there is zero useful information in that stack trace. It looks like it's being swallowed by some internal node task queue handler...
Do you have any idea how to reproduce it? Or some clues about when it occurs? Or what happens just before?
The default error handler will just print everything to the screen. There may be some internal errors that aren't caught and cause a restart... but if so that's a bug.
Can't tell yet, I was hoping you could explain the error?
Don't understand this one either:
To clarify, pm2 is restarting the process every few hours because it shut down for some reason, not sure!
Don't have an unhandledRejection handler (yet) because I'd like to handle them ;)
All my code (sorry for all the litter still in it):
I get the same error message every few days:
Error: [400] jwk and kid header fields are mutually exclusive\n at /home/sero/activi/node_modules/@root/acme/utils.js:118:8\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:93:5)\n at async Object.greenlock._order (/home/sero/activi/node_modules/@root/greenlock/greenlock.js:445:23)\n at async Object.greenlock._renew (/home/sero/activi/node_modules/@root/greenlock/greenlock.js:335:9)\n at async Object.greenlock.get (/home/sero/activi/node_modules/@root/greenlock/greenlock.js:212:23)