Skip to content

Commit 590dfd3

Browse files
mirskifaGitHub Enterprise
authored andcommitted
Change JMS tests to any TLS 1.2 or higher (#709)
1 parent a6f203b commit 590dfd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/container/devconfig_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func TestDevSecure(t *testing.T) {
120120
t.Run("JMS", func(t *testing.T) {
121121
// OpenJDK is used for running tests, hence pass "false" for 7th parameter.
122122
// Cipher name specified is compliant with non-IBM JRE naming.
123-
runJMSTests(t, cli, ID, true, "app", appPassword, "false", "TLS_RSA_WITH_AES_256_CBC_SHA256")
123+
runJMSTests(t, cli, ID, true, "app", appPassword, "false", "*TLS12ORHIGHER")
124124
})
125125
t.Run("REST admin", func(t *testing.T) {
126126
testRESTAdmin(t, cli, ID, insecureTLSConfig, "")
@@ -473,7 +473,7 @@ func TestSSLFIPSYES(t *testing.T) {
473473

474474
t.Run("JMS", func(t *testing.T) {
475475
// Run the JMS tests, with no password specified
476-
runJMSTests(t, cli, ID, true, "app", appPassword, "false", "TLS_RSA_WITH_AES_256_CBC_SHA256")
476+
runJMSTests(t, cli, ID, true, "app", appPassword, "false", "*TLS12ORHIGHER")
477477
})
478478

479479
// Stop the container cleanly

0 commit comments

Comments
 (0)