mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Malformed account ID in KeyID header #434
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @rebeka-catalina on GitHub (Sep 24, 2019).
Hi - today wanted to register a new account and got this error
{ "type": "urn:ietf:params:acme:error:malformed", "detail": "Malformed account ID in KeyID header URL: \"https://acme-v02.api.letsencrypt.org/acme/acct/\"", "status": 400 }Then I searched for the problem and stumbled upon this thread:
https://community.letsencrypt.org/t/malformed-account-id-in-keyid-header-url-https-acme-v02-api-letsencrypt-org-acme-acct/99790
then I updated my version of dehydrated and the problem is still there.
Yesterday (before updating dehydrated) I could successfully do renewals for other vhosts on that system.
Did I miss something? Do I have to do something else than just updating dehydrated?
@lukas2511 commented on GitHub (Oct 4, 2019):
Did you update to git master or did you use a distro package? If the error persists with git master you could try moving your accounts directory and letting dehydrated register a new account. If you want to reuse the old account try removing
account_id.jsonand editregistration_info.jsonand remove the"id": "[...]",line (if it exists).