When resheaders does not contains Link header w/ rel="alternate", the loop body is still executed once with empty string assigned to altcrturl.
Can be reproduced by requesting ECDSA certificate from --ca letsencrypt-test at time of writing.
Originally created by @zhangyoufu on GitHub (Oct 17, 2021).
The error message is confusing.
> ERROR: Problem connecting to server (post for ; curl returned with 3)
https://github.com/dehydrated-io/dehydrated/blob/91cccc0c234e4decf0a19595fa19a6f306788032/dehydrated#L1194-L1209
When `resheaders` does not contains Link header w/ `rel="alternate"`, the loop body is still executed once with empty string assigned to `altcrturl`.
Can be reproduced by requesting ECDSA certificate from `--ca letsencrypt-test` at time of writing.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.