mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Failing with curl error 35 leaves invalid PEM file #593
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 @sindarina on GitHub (Feb 8, 2023).
I suspect the error is an issue on the Let's Encrypt API side;
but dehydrated then leaves us with a PEM file that contains nothing except some script output;
This happens when using dehydrated with
--signcsr,--alias, and--outto write the file to a specific directory that also contains the CSR and the private key.The retry logic mentioned in #792 works well while handling authorizations, but fails here? Hoping this will clear up once the Let's Encrypt API resolves whatever is causing this, but it's probably a good idea to not write a PEM file in this situation?
@sindarina commented on GitHub (Feb 8, 2023):
Same problem, but with retry during authorization handling;
Update: It looks like the retry logic works for the
new-nonceaction, but not for some of the other API calls. Here's another error;Same result, invalid PEM file. Curl version output;