mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Dehydrated gets confused by openssl req -verify output. #614
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 @wteiken on GitHub (Dec 3, 2023).
With the latest openssl update (at least from macports) openssl req -verify outputs the verification result to stdout (as opposed to stderr in the past). This gets merged into the altnames.
Created PR #923 as a fix.
@wteiken commented on GitHub (Dec 3, 2023):
Output on the console:
@wteiken commented on GitHub (Dec 3, 2023):
From a trace with bash -x:
@lukas2511 commented on GitHub (Dec 5, 2023):
Thanks, I've merged your PR. I'm going to read up on openssl changelogs in the coming days to see if there might be any other hidden surprises about output changes (again)...
@jcastle-gh commented on GitHub (Dec 20, 2024):
By the way, the warning was a bug in openssl that is fixed in openssl 3.4.0 (released October 22, 2024).
1d2cbd9b5a