I am trying to run this JNLP file on Windows 10 to connect to a server (actually, I am connecting to a dedicated server via KVM over IPMI (IPKVM) or whatever it is called, so I can install a new operating system).
I am getting error
The server selected protocol version TLS10 is not accepted by client preferences.
Is there something I need to do in Java client to fix the error?
The first thing to do: Go to folder
C:\Program Files\Java\jre1.8.0_291\lib\security
. In thejava.security
file, find optionjdk.tls.disabledAlgorithms
and deleteTLSv1
.If it still doesn't work, make sure that the line:
exists in file
C:\Users\JavaUser\AppData\LocalLow\Sun\Java\Deployment\deployment.properties
.