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

Update Dehydrated to 0.7.1+ to fix issuance with Let's Encrypt #289

Open
jcjones opened this issue Apr 6, 2023 · 0 comments · Fixed by randomthingsandstuff/lua-resty-auto-ssl#1 · May be fixed by #291
Open

Update Dehydrated to 0.7.1+ to fix issuance with Let's Encrypt #289

jcjones opened this issue Apr 6, 2023 · 0 comments · Fixed by randomthingsandstuff/lua-resty-auto-ssl#1 · May be fixed by #291

Comments

@jcjones
Copy link

jcjones commented Apr 6, 2023

Let's Encrypt is enabling asynchronous order finalization which is supported by Dehydrated, but only more recent versions.

Until Dehydrated is updated to 0.7.1 or later, AutoSSL will fail with an error like:

 + Requesting certificate...
 err: ERROR: Problem connecting to server (post for ; curl returned with 3)
, context: ssl_certificate_by_lua*, client: X.Y.Z.11, server: 0.0.0.0:443
cgunther added a commit to cgunther/lua-resty-auto-ssl that referenced this issue Jul 14, 2023
Notably this includes support for asynchronous order finalization, which
was tentatively scheduled to be released in April, however was postponed
indefinitely:
https://community.letsencrypt.org/t/enabling-asynchronous-order-finalization/193522/8

However, for a brief period between 7/13 and 7/14, I saw errors issuing
certifcates looking highly similar to what was initially reported when
Let's Encrypt tried the roll out of asychronous order finalization:
https://community.letsencrypt.org/t/openresty-with-resty-auto-ssl-failing-with-curl-error-3/195924/1

Fixes auto-ssl#289
@cgunther cgunther linked a pull request Jul 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant