I have issue with launching IPMI after java JRE version update 1.8.131.
"Error: unsigned application requesting unrestricted access to system the following resource is signed with a weak signature algorithm MD5withRSA and is treated as unsigned"
The resolution is you can comment out java.security under C:\Program Files\Java\jre1.8.0_131\lib\security
#jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
you will able to launch JNLP file without issue.
Comments
Post a Comment