Skip to content

Commit

Permalink
HADOOP-16016. TestSSLFactory#testServerWeakCiphers fails on Java 1.8.…
Browse files Browse the repository at this point in the history
…0_191 or upper
  • Loading branch information
aajisaka committed Jan 11, 2019
1 parent 33c009a commit d4ca907
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -63,7 +63,8 @@ public class TestSSLFactory {
+ "SSL_DHE_RSA_WITH_DES_CBC_SHA, "
+ "SSL_RSA_EXPORT_WITH_RC4_40_MD5,\t \n"
+ "SSL_RSA_EXPORT_WITH_DES40_CBC_SHA,"
+ "SSL_RSA_WITH_RC4_128_MD5";
+ "SSL_RSA_WITH_RC4_128_MD5,"
+ "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA";

@BeforeClass
public static void setUp() throws Exception {
Expand Down

0 comments on commit d4ca907

Please sign in to comment.