Page tree
Skip to end of metadata
Go to start of metadata

SSLv3 was deprecated starting with 131 of Java 8. This will cause connections to all iDrac 6 and earlier cards to fail, even if you're running the latest firmware. The workaround is to edit java.security on your machine.

(This appears to be reset each time you update java, so a simpler fix is often to simply keep an older version of java available and launch the jnlp with that version.)


Remove MD5:

jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024

Remove SSLv3, RC4, and MD5withRSA:

jdk.tls.disabledAlgorithms=DH keySize < 768
  • No labels