I received the following error whilst trying to launch a RuneLite jar on a freshly installed Lubuntu(18.10 64bit):
[main] ERROR net.runelite.launcher.Launcher -error fetching bootstrap
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_faiure at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)
I'm assuming I need to install something or adjust a setting as runelite worked perfectly on a Ubuntu installation.
java -version
also what keystore is that java using? does the keystore trust the cert you try to connect to? – TiloBunt Nov 26 '18 at 02:12java -version
gives the following result:OpenJDK Runtime Environment (build 11.0.1+13-Ubuntu-2ubuntu1) OpenJDK 64-Bit Server VM (build 11.0.1+13-Ubuntu-2ubuntu1, mixed mode, sharing)
– Bullseye Nov 26 '18 at 10:33