Connexion Failed a la drac Dell PowerEdge R610
Sur un vieux serveur Dell PowerEdge R610, malgré la mise a jour du firmware de la Drac avec la dernière version 2.9.1, je ne dispose pas d’HTML5 et j’ai galéré pour que cela fonctionne nativement avec Java.
La solution est de désactiver les ciphers (merci Mohamed :))
Conf de la Drac
Testé avec java openjdk 8, 10, 11 et IcedTea-Web, cela renvoi un time out avec l’erreur
Missing Permissions manifest attribute in main jar: https://IP_de_la_DRAC:443/software/avctKVM.jar
Il faut vérifier la version de java activé et y modifier son fichier de conf java.security
1 |
# update-alternatives --config java |
1 2 3 4 5 6 7 8 |
Selection Path Priority Status ------------------------------------------------------------ 0 /usr/lib/jvm/java-8-openjdk-amd64/bin/java 1091 auto mode * 1 /usr/lib/jvm/java-8-openjdk-amd64/bin/java 1 manual mode 2 /usr/lib/jvm/java-9-openjdk-amd64/bin/java 1081 manual mode 3 /usr/lib/jvm/java-10-openjdk-amd64/bin/java 1091 manual mode Press to keep the current choice[*], or type selection number: |
Éditer le fichier et commenter les 2 lignes du cipher.
1 |
# vim /etc/java-8-openjdk/security/java.security |
par
1 2 3 4 |
# Example: # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048 #jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \ #EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC |
Relancer la console virtuelle
Sir, can you show to us step by step.
Thank You.
Hello
Just check version of jdk java in your local machine (command update-alternatives –config java)
then edit file /etc/java-XX-openjdk/security/java.security (XX=version of java)
and comment (#) the cipher
#jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, #EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC Use alternative plugin IcedTea-Web and connect in applet web java
Thank’s a lot
np
Thank’s
avec plaisir