When trying to open IDRAC virtual console with JAVA you can get error like ” The Viewer has terminated. Reason: Network connection has dropped
Solution is re-enable SSv3 support on Java
- Go to Java installation folder.
- Open {java_install_Dir}\lib\security\java.security in notepad. example path: “C:\Program Files (x86)\Java\jre1.8.0_231\lib\security\java.security”
- Comment out the following line „jdk.tls.disabledAlgorithms=SSLv3“.
- try again
Thanks for the info. It works now. When I updated Java is must have modified the security file. It always worked so knew it was something stupid like this:)
Linux equivalent? i cannot locate such a fiile
found: /etc/java-11-openjdk/security/java.security:656
comment both lines.