Certbot 1.2.0 but Acme V1 Errors?

I have no issue running certbot on any of my servers. I have a client who I setup scripts for some time ago who is on OpenSuse Leap and for the life of me I can NOT get past these Acme V1 errors.

I can confirm 100% I have certbot 1.2.0 but regardless of anything I am constantly getting Acme V1 errors.

  • Python 3.8.1
  • certbot 1.2.0

Errors:
acme.messages.Error: urn:acme:error:unauthorized :: The client lacks sufficient authorization :: 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.
2020-02-24 11:18:55,247:ERROR:certbot._internal.log:An unexpected error occurred:
2020-02-24 11:18:55,247:ERROR:certbot._internal.log:The client lacks sufficient authorization :: 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.

Hi @MitchellK

check your Certbot log file and your config files:

/etc/letsencrypt/renewal

There must be an acme-v01 address.

1 Like

Many thanks its on a new server of the clients so there is no renewal folder but I found them hiding in a cli.ini file.

Surely the certbot client itself should be able to report this to a user ie. Please update your cli.ini file it would save a lot of trouble and waste hours.

But many thanks its connecting to the correct servers now.

1 Like

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