We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f203b commit 590dfd3Copy full SHA for 590dfd3
test/container/devconfig_test.go
@@ -120,7 +120,7 @@ func TestDevSecure(t *testing.T) {
120
t.Run("JMS", func(t *testing.T) {
121
// OpenJDK is used for running tests, hence pass "false" for 7th parameter.
122
// 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")
+ runJMSTests(t, cli, ID, true, "app", appPassword, "false", "*TLS12ORHIGHER")
124
})
125
t.Run("REST admin", func(t *testing.T) {
126
testRESTAdmin(t, cli, ID, insecureTLSConfig, "")
@@ -473,7 +473,7 @@ func TestSSLFIPSYES(t *testing.T) {
473
474
475
// Run the JMS tests, with no password specified
476
477
478
479
// Stop the container cleanly
0 commit comments