Skip to content

Commit

Permalink
Remove disable of DTLSv1.0 from test
Browse files Browse the repository at this point in the history
  • Loading branch information
lutkerd committed May 10, 2024
1 parent e8db46f commit 65999a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class SSLContextDefault {
);

private static final List<String> disabledDtlsProtocols = List.<String>of(
"DTLSv1.0"

);

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

0 comments on commit 65999a9

Please sign in to comment.