urn:acme:error:malformed - No JWK in JWS header #1
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?
I'm using greenlock. The first certificate is properly issued but all following certificates return the following error
urn:acme:error:malformed - No JWK in JWS header
Any ideas what may be wrong?
Here's the full debug log
Reinstall. Should be fixed in (newly published) le-acme-core.js v2.1.2 and rsa-compat.js v1.3.2
Also, the ACME v1 API is being deprecated (by Let's Encrypt) in a few weeks.
I've started work on the ACME v2 API here:
https://git.coolaj86.com/coolaj86/acme-v2.js
Fair warning: the API will change, but not too much.
I think I'll have a
require('acme-v2/compat')
type of thing so that it will work with v1 clients.Thanks, reinstalling resolved the issue.
Btw I didn't get any email notification about your comment. Maybe there's some issue with notifications...
I ran another test email and upgraded to gitea v1.4.0.
Let me know if you get a notification for this, please.
The notification arrived properly.