Skip to content

Commit 647aae6

Browse files
committed
Added soft fail marker to copy_from_ciphers_success test on RedHat 10
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
1 parent fdf960e commit 647aae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acceptance/16_cf-serverd/serial/copy_from_ciphers_success.cf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ body common control
88
bundle agent test
99
{
1010
meta:
11-
"test_soft_fail" string => "windows",
12-
meta => { "ENT-10401" };
11+
"test_soft_fail" string => "windows|redhat_10",
12+
meta => { "ENT-10401", "ENT-13494" };
1313

1414
methods:
1515
# source file

0 commit comments

Comments
 (0)