Skip to content

Instantly share code, notes, and snippets.

@goneri
Last active February 6, 2019 15:32
Show Gist options
  • Save goneri/c77afb892dc608c646851f0f5fc0cfba to your computer and use it in GitHub Desktop.
Save goneri/c77afb892dc608c646851f0f5fc0cfba to your computer and use it in GitHub Desktop.

Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.)

sudo vi /etc/crypto-policies/back-ends/java.config

Find: jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024

Drop MD5, save and you're done.

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