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

TOS hash mismatch, cannot create any new certs #90

Closed
LeoFidjeland opened this issue Aug 1, 2016 · 24 comments
Closed

TOS hash mismatch, cannot create any new certs #90

LeoFidjeland opened this issue Aug 1, 2016 · 24 comments

Comments

@LeoFidjeland
Copy link

This issue in simp_le seems to cause all new cert generation to fail.

kuba/simp_le#114

When it has been fixed, I suppose a new docker image needs to be built?

2016-08-01 22:23:40,877:INFO:requests.packages.urllib3.connectionpool:756: Starting new HTTPS connection (1): letsencrypt.org
TOS hash mismatch. Found: 6373439b9f29d67a5cd4d18cbc7f264809342dbf21cb2ba2fc7588df987a6221.

Thanks for all the great work!!!

@thomastweets
Copy link

@LeoFidjeland
Copy link
Author

@thomastweets works perfectly thanks a million!!

@JrCs
Copy link
Collaborator

JrCs commented Aug 2, 2016

Update done.

Closed by 7b00e3f

@JrCs JrCs closed this as completed Aug 2, 2016
@kachkaev
Copy link

kachkaev commented Aug 3, 2016

Thanks a lot for reacting to this so quickly @JrCs!

Here's the ToS diff (if anyone is interested in what they sign):
https://letsencrypt.org/documents/LE-SA-v1.0.1-v1.1.1-diff.docx

More links to letsencrypt documents:
https://letsencrypt.org/repository/

@dotellie
Copy link

dotellie commented Aug 9, 2016

Am I the only one who's still getting this?

@faultylee
Copy link

I was seeing the same message yesterday when I was adding a new host, though the cert generated properly. I guess it's non fatal since it's "INFO".

@JrCs
Copy link
Collaborator

JrCs commented Aug 10, 2016

It must work now with the new version

@dotellie
Copy link

After countless of seemingly hopeless attempts to get this working, it somehow fixed itself after a (second) reboot of the host and all the containers.

@peXed
Copy link

peXed commented Sep 23, 2016

Hello!
Is the problem back again? Will the issue come always after an TOS change?

I get the error:
TOS hash mismatch. Found: 6373439b9f29d67a5cd4d18cbc7f264809342dbf21cb2ba2fc7588df987a6221.
This is with a fresh image.

@paolomainardi
Copy link

Same problem here.

@1beb
Copy link
Contributor

1beb commented Oct 19, 2016

Can confirm that pulling the newest version and restarting worked for me.

docker pull jrcs/docker-letsencrypt-nginx-proxy-companion 

@fradeve
Copy link

fradeve commented Nov 16, 2017

I'm using image: 'jrcs/letsencrypt-nginx-proxy-companion:latest' and I still get this.

@mlaitinen
Copy link

Same here. @fradeve I got this working by setting an environment variable ACME_TOS_HASH to value cc88d8d9517f490191401e7b54e9ffd12a2b9082ec7a1d4cec6101f9f1647e7b. Don't know if this is a kosher solution.

@fradeve
Copy link

fradeve commented Nov 16, 2017

That fixed it! Amazing, thanks :)

@rgruesbeck
Copy link

Same here.

@bfayers
Copy link

bfayers commented Nov 16, 2017

@mlaitinen Where am i supposed to set this envvar?

@buchdag
Copy link
Member

buchdag commented Nov 16, 2017

@bfayers
Copy link

bfayers commented Nov 16, 2017

I got it :)

@krystalcode
Copy link

Where can we be getting the latest hash? It seems to have changed again ...

TOS hash mismatch. Found: cc88d8d9517f490191401e7b54e9ffd12a2b9082ec7a1d4cec6101f9f1647e7b.

@buchdag
Copy link
Member

buchdag commented Nov 18, 2017

@krystalcode #277 #282

@xandermar
Copy link

I can confirm that using the latest version (as of 2 DEC 2017) solves the TOS issue. I stopped/deleted my Letsencrypt container and image. I ran 'docker-compose up -d' pulling the latest image and the problem went away.

@herejia
Copy link

herejia commented Dec 31, 2017

As of e47e065463db I just ran docker rm my-container-name and docker pull jrcs/letsencrypt-nginx-proxy-companion and everything went fine

@pattonwebz
Copy link

pattonwebz commented Mar 1, 2018

I am unsure how long this has been a problem in my setup but I ran into it today adding a new container.

Getting latest image as of today fixes it for me.

docker pull jrcs/letsencrypt-nginx-proxy-companion then restart the service.

@dblock
Copy link

dblock commented Mar 29, 2018

dokku plugin:update letsencrypt is probably the better first thing to try, no? With 0.8.8 I got past that error but hit dokku/dokku-letsencrypt#149.

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

No branches or pull requests