mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-06-02 12:00:40 +02:00
error when PREFERRED_CHAIN is specified but server does not provides altchains #551
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 @zhangyoufu on GitHub (Oct 17, 2021).
The error message is confusing.
https://github.com/dehydrated-io/dehydrated/blob/91cccc0c234e4decf0a19595fa19a6f306788032/dehydrated#L1194-L1209
When
resheadersdoes not contains Link header w/rel="alternate", the loop body is still executed once with empty string assigned toaltcrturl.Can be reproduced by requesting ECDSA certificate from
--ca letsencrypt-testat time of writing.@lukas2511 commented on GitHub (Oct 31, 2021):
Should be fixed now. Thanks for reporting.