Skip to content

Commit 2f524f9

Browse files
Copilotchrjohn
andcommitted
Use TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 instead of TLS_RSA_* suites
Co-authored-by: chrjohn <[email protected]>
1 parent c9031e3 commit 2f524f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickfixj-core/src/test/java/quickfix/mina/ssl/SSLCertificateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class SSLCertificateTest {
9797

9898
@Parameters
9999
public static List<Object[]> parameters() {
100-
return Arrays.asList(new String[][]{{"TLS_RSA_WITH_AES_128_GCM_SHA256", "TLSv1.2"}, {"TLS_AES_256_GCM_SHA384", "TLSv1.3"}});
100+
return Arrays.asList(new String[][]{{"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "TLSv1.2"}, {"TLS_AES_256_GCM_SHA384", "TLSv1.3"}});
101101
}
102102

103103
// Note: To diagnose cipher suite errors, run with -Djavax.net.debug=ssl:handshake

0 commit comments

Comments
 (0)