Skip to content

Commit

Permalink
[CONJ-389] ssl cipher test correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Dec 3, 2016
1 parent 6295808 commit 764285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/mariadb/jdbc/SslTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void useSslForceTlsV12AndCipher() throws Exception {
Assume.assumeFalse(Platform.isWindows());
// Only test with MariaDB since MySQL community is compiled with yaSSL
if (isMariadbServer()) {
useSslForceTls("TLSv1.2", "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256");
useSslForceTls("TLSv1.2", "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384");
}
}

Expand Down

0 comments on commit 764285c

Please sign in to comment.