Skip to content

Instantly share code, notes, and snippets.

@epcim
Created May 17, 2018 08:44
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 epcim/09c65f73740958d765d0a6b1fb83c5a4 to your computer and use it in GitHub Desktop.
Save epcim/09c65f73740958d765d0a6b1fb83c5a4 to your computer and use it in GitHub Desktop.
java workaround applet security md5

To make the Java console run again on older Firmwares, edit /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64/jre/lib/security/java.security and allow MD5 Algorythm again:

    #jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, DSA keySize < 1024
    jdk.jar.disabledAlgorithms=MD2, RSA keySize < 1024, DSA keySize < 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment