I found both of these edits to java.security 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