Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active July 22, 2020 20:04
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 recursivecodes/2662530fe8976a068abccf447e648dfd to your computer and use it in GitHub Desktop.
Save recursivecodes/2662530fe8976a068abccf447e648dfd to your computer and use it in GitHub Desktop.
FunctionInvokeSync.java
/* when using Java 11+, force TLS 1.2 */
System.setProperty("jdk.tls.client.protocols", "TLSv1.2");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment