Skip to content

Commit

Permalink
Checkout missing SSLContextDefault from upstream and fix
Browse files Browse the repository at this point in the history
Pulling the test from upstream prior to "8256660: Disable DTLS 1.0" and
update to work with TLS1/1.0 enabled
  • Loading branch information
lutkerd committed May 13, 2024
1 parent c6131d8 commit a83ede6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class SSLContextDefault {
};

private final static List<String> disabledProtocols = List.<String>of(
"SSLv3", "TLSv1", "TLSv1.1"
"SSLv3"
);

public static void main(String[] args) throws Exception {
Expand Down

0 comments on commit a83ede6

Please sign in to comment.