Skip to content

Commit 7254ec6

Browse files
committed
Fix el7 and solaris11 tests introduced by weak ciphers deprecation in the server (WL#15800)
Change-Id: I3a7a902c0e2a0592f3b6ad5ac52dcee4e59e8287
1 parent 2bf2d79 commit 7254ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mysqlx_pooling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def test_get_client_with_tls_version(self):
575575

576576
# Verify unsupported TLSv1.3 version is ignored (connection success)
577577
# when is not supported, TLSv1.2 is used
578-
settings["tls-ciphersuites"] = ["DHE-RSA-AES256-SHA256"]
578+
settings["tls-ciphersuites"] = ["DHE-RSA-AES256-GCM-SHA384"]
579579
settings["tls-versions"] = ["TLSv1.3", "TLSv1.2"]
580580
uri_settings = build_uri(**settings)
581581
client = mysqlx.get_client(uri_settings, cnx_options)

0 commit comments

Comments
 (0)