Since Java 8 Update 31 the SSL 3 protocol is disabled by default due to security flaws in the SSL Protocol (see POODLE attack).
Even if not recommended, how can it b
I found both of these edits were required in order to connect to a DRAC 5 card:
Remove MD5:
jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024
Remove SSLv3, RC4, and MD5withRSA:
jdk.tls.disabledAlgorithms=DH keySize < 768