Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Last active September 19, 2019 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhorsman/14bbed43419c9edab6d0e013309ae26b to your computer and use it in GitHub Desktop.
Save jhorsman/14bbed43419c9edab6d0e013309ae26b to your computer and use it in GitHub Desktop.
From https://stackoverflow.com/a/32510141/1678525
jdk.tls.disabledAlgorithms= SSLv2Hello, SSLv3, TLSv1, TLSv1.1
In the file jre/lib/security/java.security on the server
Mind that the jdk.tls.disabledAlgorithms might already have many more protocols, add the protocols above to that list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment