Workaround broken openssl 3.5.7-1 on EL9#1962
Merged
Merged
Conversation
openssl-3.5.7-1.el9 has an ASN.1 regression (clean EOF at an object boundary raises ASN1_R_NOT_ENOUGH_DATA instead of succeeding), which breaks any TLS client relying on that behavior -- e.g. ansible's uri module and dnf/rpm HTTPS fetches. Exclude the broken build and pin to the last known-good NVR until the upstream fix (openssl/openssl#31818) merges and ships in a CentOS Stream 9 release. See: https://issues.redhat.com/browse/RHEL-192424
ogajduse
marked this pull request as ready for review
July 7, 2026 14:15
ehelms
approved these changes
Jul 7, 2026
2 tasks
2 tasks
ehelms
pushed a commit
to theforeman/foreman-infra
that referenced
this pull request
Jul 8, 2026
openssl-3.5.7-1 on EL9 breaks TLS handling (RHEL-192424). Exclude the broken build via dnf.conf and force a downgrade to the last known-good NVR, following the same approach used in forklift (theforeman/forklift#1962) and foremanctl (theforeman/foremanctl#632). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
openssl-3.5.7-1.el9has an ASN.1 regression: a clean EOF at an object boundary now raisesASN1_R_NOT_ENOUGH_DATAinstead of succeeding. Breaks any TLS client relying on the old behavior (ansibleurimodule, dnf/rpm HTTPS fetches, etc.)excludepkgsthe broken NVR + force downgrade to last known-good build (openssl-3.5.5-3.el9, confirmed still present in current CentOS Stream 9 BaseOS repo)References