Error 403 "type": "urn:acme:error:unauthorized"

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

I ran this command:
/root/ns-letsencrypt/dehydrated/dehydrated -f /root/ns-letsencrypt/config.sh --register --accept-terms

It produced this output:

INFO: Using main config file /ns-letsencrypt/config.sh

Details:
HTTP/1.1 100 Continue

HTTP/1.1 403 Forbidden
Server: nginx
Date: Thu, 20 Feb 2020 11:02:30 GMT
Content-Type: application/problem+json
Content-Length: 280
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Replay-Nonce: 0002PaYmnf873PsyceRaV5EnH8Ke3c0C_Izo9IEJWcLIRp0

{
“type”: “urn:acme:error:unauthorized”,
“detail”: “Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See End of Life Plan for ACMEv1 for details.”,
“status”: 403
}

Error registering account key. See message above for more information.

Can you please guide me through this Error 403. Thanking you in anticipation.

Hi @mohammad.kurd

please read the link shared in the error message.

Then update your client to use ACME-v2.

Or switch to another client with ACME-v2 - support.

Thanks for the swift response.

Can you guide me regarding the correct update procedure that I can follow to upgrade to ACME v2 ? I am trying to deploy it on netscaler so can you guide me regarding the upgradation

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