Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

I found both of these edits to java.security were required in order to connect to a DRAC 5 card: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.


Remove MD5:

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

...