mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
The problem of getting a certificate from staging mode #608
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jul 12, 2023).
In production mode, I get the certificate as before.
But using staging mode I started getting an error in the very last request, when all checks are done and all that is left is to get the certificate from the server.
Problem connecting to server (post for ; curl returned with 3)
2023-07-11 18:26:10 - le error: Problem connecting to server (post for ; curl returned with 3)
+ error: failed to run x509 -text (Exitcode: 1)
Details:
Could not read certificate from
I use my finalized dehydrated script.
But on the latest version of dehydrated 0.7.1 the problem is also reproduced if you change the url to staging in the settings.
https://acme-staging-v02.api.letsencrypt.org/directoryhttps://community.letsencrypt.org/t/the-problem-of-getting-a-certificate-from-staging-mode/201662/1
@ghost commented on GitHub (Jul 12, 2023):
https://github.com/dehydrated-io/dehydrated/blob/master/dehydrated#L1277-L1293