mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[GH-ISSUE #23] Client not working? "type": "urn:ietf:params:acme:error:malformed" with last renew #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @xaras2 on GitHub (May 5, 2024).
Original GitHub issue: https://github.com/acme-dns/acme-dns-client/issues/23
https://acme-staging-v02.api.letsencrypt.org/acme/acct/**********
{
"type": "urn:ietf:params:acme:error:malformed",
"detail": "Method not allowed",
"status": 405
}
I receive this issue with last domain renew.
Need acme-dns-client update?
Thanks
@joohoi commented on GitHub (May 5, 2024):
This message is from Let’s Encrypt API, which means that it’s caused by
whatever ACME client you are hooking acme-dns-client to. Acme-dns-client
doesn’t communicate towards the CA
On Sun 5. May 2024 at 16.52, Xaras @.***> wrote:
@xaras2 commented on GitHub (May 5, 2024):
Thanks for reply.
ok, i found my error:
Thanks for reply, again :-)