Skip to content

Commit

Permalink
Updated cipher suites
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjohn authored Oct 16, 2024
1 parent 7d4ff59 commit 4257f2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
public class SSLCertificateTest {

// Note: To diagnose cipher suite errors, run with -Djavax.net.debug=ssl:handshake
private static final String CIPHER_SUITES_TLS = "TLS_RSA_WITH_AES_128_CBC_SHA";
private static final String CIPHER_SUITES_TLS = "TLS_AES_256_GCM_SHA384";

@After
public void cleanup() {
Expand Down

0 comments on commit 4257f2c

Please sign in to comment.