Java - Unable to open JLP

I wasn't able to connect to a Lenovo ThinkServer IPMI Console due to the following error:
unsigned application requesting unrestricted access to system



This happens because latest Oracle Java restricted access to Weak Algorithms (e.g. MD5).

You can override this behavior changing C:\Program Files (x86)\Java\jre1.8.0_131\lib\security\java.security  file

Replace jdk.jar.disabledAlgorithms and jdk.certpath.disabledAlgorithms leaving onlu MD2

Example:
jdk.jar.disabledAlgorithms=MD2
jdk.certpath.disabledAlgorithms=MD2
Share on Google Plus

About Vittorio Pavesi

    Blogger Comment
    Facebook Comment

0 commenti: