Ошибка:
1 |
NETWORK CONNECT ERROR IN KVM Dell KVM 1082DS-4322DS |
Linux:
1 2 3 4 |
1. Open the file /etc/java-7-openjdk/security/java.security as superuser 2. Comment out the line with the key jdk.tls.disabledAlgorithms 3. Add this line below and save the file: jdk.tls.disabledAlgorithms=SSLv3, EC, ECDHE, ECDH |
Windows:
1 2 3 4 5 6 7 8 9 10 11 12 |
1. Add the KVM IP into the exception site list Open Control Panel -> Java In Java Control Panel -> select Security tab -> Edit Site List -> Add the KVM IP “http://X.X.X.X” Open the file as admin: Windows -> Program Files (x86) -> Java -> jre1.8.0_51 -> lib -> security -> java.security 2. Comment out the line with the key jdk.tls.disabledAlgorithms 3. Add this line below and save the file: jdk.tls.disabledAlgorithms=SSLv3, EC, ECDHE, ECDH For other jre/jdk versions it should be similar. Launch jnlp file again and you will be able to see the console. |