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

let's encrypt fail after upgrade #120

Closed
GelosSnake opened this issue Oct 11, 2019 · 3 comments · Fixed by #121
Closed

let's encrypt fail after upgrade #120

GelosSnake opened this issue Oct 11, 2019 · 3 comments · Fixed by #121

Comments

@GelosSnake
Copy link

Hi,

After upgrading from 0.3.0 to 0.3.5 I am getting the following error:

[INFO] 2019-10-11T16:45:01Z http: TLS handshake error from ..*:59738: 403 urn:acme:error:unauthorized: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.

Is there a way to re-generate the let's encrypt certificates after an upgrade?

Thanks

@scudette
Copy link
Contributor

You can regenerate the certs by simply removing the old ones from the cache (specified in autocert_cert_cache in the server config file). The above message suggests this is due to rolling outages and while autocert implements support for the new cert you might be able to just try again within 24 hours and it might work.

Although it seems that new issuances are not going to work at all after November (so this is real soon now!) which might mean we need to solve this issue quickly and push a new release by then.

@scudette
Copy link
Contributor

golang/crypto@0e8c3a9 fixes this issue - I will update to that version. You can use the latest build from the CI pipeline

@GelosSnake
Copy link
Author

verified its working.
Amazing mate!

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

Successfully merging a pull request may close this issue.

2 participants