Acme-staging.api incorrect authorization

I use the HTTP API to get certificate and debugging API v1. I forgot about letsencrypt limitation and receive HTTP code 429. When I use stage url: “https://acme-staging.api.letsencrypt.org/acme/new-authz” I receive code 403:
{
“type”: “urn:acme:error:unauthorized”,
“detail”: “No registration exists matching provided key”,
“status”: 403
}
What is wrong???

1 Like

Hi @akalend

the v1 API is deprecated.

https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430/8

You may not be able to create a new account.

1 Like

Thanks,

I will use new API

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.