Skip to content

Instantly share code, notes, and snippets.

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 tylerkerr/bb8bbfdac6b669161e5ac759707d4569 to your computer and use it in GitHub Desktop.
Save tylerkerr/bb8bbfdac6b669161e5ac759707d4569 to your computer and use it in GitHub Desktop.

inside the application package, open dm-launcher.sh and change the line reading VMOPTIONS="`/usr/libexec/PlistBuddy -c "Print :VMOptions" "$PINFO_PLIST_FILE"`"

to

VMOPTIONS="-Dhttps.protocols=TLSv1.1 -Dhttps.cipherSuites=TLS_RSA_WITH_AES_128_CBC_SHA -Xms64m -Xmx512m"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment