The console of the IPK-101 can not be opened since the last Java update.
The console of the IPK-101 can not be opened since the last Java update?
Java only accepts certificates of issuers who are in a supplied list.
You must submit the KVMs IP address in the security exception list of Java.
- On Windows, open the Java control panel, either via the system control or directly with the
javacpl.exe
underC:\Program Files (x86)\Java\jre7\bin
. - Click the security tab and select "Edit Site List".
- Enter
http://[ipadresse]
andhttps://[ipadresse]
there ([ipadresse] and replace it with the IP of the KVM device. If you use other operating systems, please use Google for the Java control panel of your operating system.
The console of the IPK-101 can not be opened since the last Java update to version 8?
Java blocked encryptions smaller than 1024 bits since version 8. Thus the console does not start.
By changing the following file you can re-enable it:
- Open the file
java.security
in the folder[javainstallationsordner]\lib\security
. - Search for the line
jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
- Change the line to
jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024