Unable to renew certificate - urn:acme:error:unauthorized :: The client lacks sufficient authorization

It's possible that it has to do with the tls-sni issue, if you were previously reliant on it:

standalone_supported_challenges = "tls-sni-01,http-01"

You should be able to use one of two suggested workarounds documented here, both of which will avoid the (currently disabled) tls-sni-01 challenge.

1 Like