Added soft fail marker to copy_from_ciphers_success test on RedHat 10 #5943
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.
On RedHat 10 the cipher AES128-GCM-SHA256 is not part of the -ciphersuites TLSv1.3 defaults and so the client with defaults cannot communicate with the server.
We need to configure these tests more dynamically based on what ciphers are available in the openssl that is being used.
In this case RedHat 10 uses systemssl and happens to be openssl 3.2.2 which apparently breaks this test.
Ticket: ENT-13494
Changelog: none
(cherry picked from commit 647aae6)
together
#5943
cfengine/masterfiles#3074