-
Notifications
You must be signed in to change notification settings - Fork 59
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
SHA256 hash of the TOS has changed #114
Comments
Having this issue as well, cannot create any new certs at all. Please approve the PR asap. And thanks for all the great work :) |
Also got same error here. @LeoFidjeland : As an workaround you can pass parameter: |
+1, my app is down because I cannot renew my certificate. Any help is greatly appreciated |
To the best of my understanding, this issue only affects new registrations, and it can be worked around by using |
@amiryal True! However, some other software that makes use of simp_le does not allow to specify this parameter. (e.g. https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion or https://github.com/dokku/dokku-letsencrypt). I am working on a forked docker image of https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion to have a work-around for now as I indeed need to do new registrations with simp_le. |
Awesome, thanks so much @thomastweets! Works perfectly! You saved the day!! |
Fixes #17455. Also see kuba/simp_le#114.
Fixes #17455. Also see kuba/simp_le#114. (cherry picked from commit e55aa50)
Is this project still maintained? |
@vrozkovec -- the author has been inactive on github since June. Maybe google has been keeping him busy. |
Fix to start it correctly. See kuba/simp_le#114
Fixes NixOS#17455. Also see kuba/simp_le#114. (cherry picked from commit e55aa50)
Rename command Update TOS sha256 refs kuba/simp_le#114
Does anyone have contact to the maintainer? |
I gave up and I've migrated to acme.sh. |
If you want to workaround the problem, you can comment a couple of lines in simp_le/venv/lib/python/site-packages/acme/messages.py:
|
@wiz78 the right way to do it is to upgrade the |
@amiryal you're right. Mine was meant to be a dirty hack, since I was under the impression that the whole project had been abandoned. |
Glad to help inform people about the more maintained fork. :) |
kuba not maintains simpl_le about 6 months. See kuba/simp_le#114. So community forked simp_le to https://github.com/zenhack/simp_le.
Fixes NixOS#17455. Also see kuba/simp_le#114. (cherry picked from commit e55aa50)
With the update to the Let’s Encrypt Subscriber Agreement today (v.1.1.1) the SHA256 hash has changed to 6373439b9f29d67a5cd4d18cbc7f264809342dbf21cb2ba2fc7588df987a6221
I can create a pull request to change line 894/895 of simp_le.py, however, I am not sure whether this covers all of it (and I am not deep into the topic).
The text was updated successfully, but these errors were encountered: