Skip to content

Commit 1724661

Browse files
committed
Revert "[setup_molecule] Workaround OpenSSL 3.5.x breaking Ansible url lookups"
This reverts commit 1bc9f55.
1 parent 82e82b6 commit 1724661

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

scripts/setup_molecule

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ export PROJECT_DIR="$(dirname $(dirname $(readlink -f ${BASH_SOURCE[0]})))"
2525
# system ansible may be installed.
2626
export ANSIBLE_SKIP_CONFLICT_CHECK=1
2727

28-
# Workaround: OpenSSL >= 3.5.6 introduced strict DER validation that rejects
29-
# some real-world CA root certs (openssl/openssl#25023), breaking Ansible's
30-
# url lookup plugin. Pin to 3.5.5 until the issue is resolved upstream.
31-
# Remove this block once openssl/openssl#25023 is fixed.
32-
sudo dnf downgrade --allowerasing -y openssl-3.5.5 openssl-libs-3.5.5 2>/dev/null || true
33-
3428
PIP_INSTALL_ARGUMENTS="-U -r ${PROJECT_DIR}/test-requirements.txt"
3529
case ${USE_VENV-'yes'} in
3630
y|yes|true)

0 commit comments

Comments
 (0)