Skip to content

Instantly share code, notes, and snippets.

@deangrant
Created October 26, 2023 07:55
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 deangrant/e5fc761bb4b2bb8ab6956bd8d04db624 to your computer and use it in GitHub Desktop.
Save deangrant/e5fc761bb4b2bb8ab6956bd8d04db624 to your computer and use it in GitHub Desktop.
Print all the supported cipher suites by the default SSLServerSocketFactory for JDK.
jrunscript -e "java.util.Arrays.asList(javax.net.ssl.SSLServerSocketFactory.getDefault().getSupportedCipherSuites()).stream().forEach(println)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment