Skip to content
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

Client not working? "type": "urn:ietf:params:acme:error:malformed" with last renew #23

Open
xaras2 opened this issue May 5, 2024 · 2 comments

Comments

@xaras2
Copy link

xaras2 commented May 5, 2024

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
Copy link
Contributor

joohoi commented May 5, 2024 via email

@xaras2
Copy link
Author

xaras2 commented May 5, 2024

Thanks for reply.

ok, i found my error:

modify, into /etc/letsencrypt/renewal/yourdomain.conf,
FROM server = https://acme-staging.api.letsencrypt.org/directory ------> server = https://acme-
v02.api.letsencrypt.org/directory

removed --test-cert into renew command
( correct command: certbot certonly --manual --preferred-challenges dns --manual-auth-hook 'acme-dns-client' -d
*.domain1.io -d *.domain2.io )

Thanks for reply, again :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants