Skip to content

Commit

Permalink
Fix SSL test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
chamil321 committed Apr 21, 2021
1 parent f5928e5 commit 596ba7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static Object[][] cipherSuites() {

// true = expecting a SSL hand shake failure.
// false = expecting no errors.
return new Object[][] { { "TLSv1.1", "TLSv1.1", false, TestUtil.SERVER_PORT1 },
return new Object[][] { { "TLSv1.2", "TLSv1.2", false, TestUtil.SERVER_PORT1 },
{ "TLSv1.1", "TLSv1.2", true, TestUtil.SERVER_PORT2 } };
}

Expand Down

0 comments on commit 596ba7c

Please sign in to comment.