Avocent network connect error KVM issue

When you want to start a session, the “network connect error” dialog appears.

The workaround (from java 1.8.0_45):

Find the following file: C:\Program Files (x86)\Java\jre1.8.0_111\lib\security\java.security

And change the code:


FROM: jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768
TO: jdk.tls.disabledAlgorithms=SSLv3, RC4

FROM: jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
TO: jdk.certpath.disabledAlgorithms=MD2

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.