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

Issue with Let's encrypt #754

Closed
MoritzWeber0 opened this issue Nov 15, 2017 · 12 comments
Closed

Issue with Let's encrypt #754

MoritzWeber0 opened this issue Nov 15, 2017 · 12 comments

Comments

@MoritzWeber0
Copy link

Hi, i have a problem with my mailcow docktorized installation. I get the error when I want to use let's encrypt:

[{ "type": "urn:acme:error:malformed", "detail": "Provided agreement URL [https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf] does not match current agreement URL [https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf]", "status": 400 }]

How can i fix that? Is there a configuration file?

@MoritzWeber0 MoritzWeber0 changed the title Issue with Lets'encrypt Issue with Let's encrypt Nov 15, 2017
@w796933
Copy link

w796933 commented Nov 16, 2017

i have the some error. you can fix it ?

@andryyy
Copy link
Contributor

andryyy commented Nov 16, 2017

Give me a few minutes.

@w796933
Copy link

w796933 commented Nov 16, 2017

okay. so thanks . nice day .

@jbiffis
Copy link

jbiffis commented Nov 16, 2017

having the issue here as well. Looks like LE updated their T&C, acme-client needs to update something on their end?

kristapsdz/acme-client-portable#46

@andryyy
Copy link
Contributor

andryyy commented Nov 16, 2017

“fixed” it. But the container is a bit large.

@w796933
Copy link

w796933 commented Nov 16, 2017

container is a bit large. No problem

@mrenker
Copy link

mrenker commented Dec 11, 2017

Sorry to revive this, but how do I get it to update acme? I ran the update.sh and manually updated the acme folder but the error still occurs...

acme-mailcow_1 | acme-client: transfer buffer: [{ "type": "urn:acme:error:malformed", "detail": "Provided agreement URL [https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf] does not match current agreement URL [https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf]", "status": 400 }] (267 bytes)

@stevesbrain
Copy link
Contributor

@smillingDeath So your acme version is 1.24 in docker images? Because that looks to be the build which includes

&& sed -i 's/LE-SA-v1.1.1-August-1-2016.pdf/LE-SA-v1.2-November-15-2017.pdf/g' main.c \

@mrenker
Copy link

mrenker commented Dec 11, 2017

@stevesbrain apparently I´m using Version 1.17, but I just ran the update.sh and rebuild the image...
mailcow/acme 1.17 0161d9b6fba7 34 seconds ago 49.6MB
And ofc I still get the same error

@stevesbrain
Copy link
Contributor

@smillingDeath Any errors in the update script? Are you running the latest version of update.sh? Normally this is auto updated, but if you're on an old version, it may not. Run a git pull in your repo directory to confirm you're at the latest revision for it (check the hash with git rev-parse HEAD to make sure it matchces master), and run update.sh again to check. If you're still on the old acme version, manually pull a newer one.

@mrenker
Copy link

mrenker commented Dec 12, 2017

@stevesbrain thanks for your help, git never pulled updates, because I had a change in the sogo.conf

@stevesbrain
Copy link
Contributor

@smillingDeath Glad it's sorted :)

@mkuron mkuron closed this as completed Dec 12, 2017
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

7 participants