Hi ! I've been trying to install forge 1.14.4 using the recommended version, but It didn't work and failed downloading some files. I tried to read a lot of topics around and updated java, but it didn't work (the names of the files that failed changed tho)
I am on Ubuntu 18.04 LTS
Here is the log :
$ java -jar forge-1.14.4-28.1.0-installer.jar
JVM info: Private Build - 1.8.0_222 - 25.222-b10
java.net.preferIPv4Stack=true
Found java version 1.8.0_222
Extracting json
Considering minecraft client jar
Downloading libraries
Considering library net.minecraftforge:forge:1.14.4-28.1.0
File exists: Checksum validated.
Considering library org.ow2.asm:asm:6.2
File exists: Checksum validated.
Considering library org.ow2.asm:asm-commons:6.2
File exists: Checksum validated.
Considering library org.ow2.asm:asm-tree:6.2
File exists: Checksum validated.
Considering library cpw.mods:modlauncher:3.2.0
File exists: Checksum validated.
Considering library cpw.mods:grossjava9hacks:1.1.0
File exists: Checksum validated.
Considering library net.minecraftforge:accesstransformers:1.0.0-shadowed
File exists: Checksum validated.
Considering library net.minecraftforge:eventbus:1.0.0-service
File exists: Checksum validated.
Considering library net.minecraftforge:forgespi:1.3.0
File exists: Checksum validated.
Considering library net.minecraftforge:coremods:1.0.0
File exists: Checksum validated.
Considering library net.minecraftforge:unsafe:0.2.0
File exists: Checksum validated.
Considering library com.electronwill.night-config:core:3.6.0
File exists: Checksum validated.
Considering library com.electronwill.night-config:toml:3.6.0
File exists: Checksum validated.
Considering library org.jline:jline:3.12.1
File exists: Checksum validated.
Considering library org.apache.maven:maven-artifact:3.6.0
File exists: Checksum validated.
Considering library net.jodah:typetools:0.6.0
File exists: Checksum validated.
Considering library java3d:vecmath:1.5.2
File exists: Checksum validated.
Considering library org.apache.logging.log4j:log4j-api:2.11.2
File exists: Checksum validated.
Considering library org.apache.logging.log4j:log4j-core:2.11.2
File exists: Checksum validated.
Considering library net.minecrell:terminalconsoleappender:1.2.0
File exists: Checksum validated.
Considering library net.sf.jopt-simple:jopt-simple:5.0.4
File exists: Checksum validated.
Considering library com.github.jponge:lzma-java:1.3
Downloading library from https://files.minecraftforge.net/maven/com/github/jponge/lzma-java/1.3/lzma-java-1.3.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library com.google.code.findbugs:jsr305:3.0.2
Downloading library from https://files.minecraftforge.net/maven/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library com.google.code.gson:gson:2.8.0
File exists: Checksum validated.
Considering library com.google.errorprone:error_prone_annotations:2.1.3
Downloading library from https://files.minecraftforge.net/maven/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library com.google.guava:guava:20.0
Downloading library from https://files.minecraftforge.net/maven/com/google/guava/guava/20.0/guava-20.0.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library com.google.guava:guava:25.1-jre
Downloading library from https://files.minecraftforge.net/maven/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library com.google.j2objc:j2objc-annotations:1.1
Downloading library from https://files.minecraftforge.net/maven/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library com.nothome:javaxdelta:2.0.1
Downloading library from https://files.minecraftforge.net/maven/com/nothome/javaxdelta/2.0.1/javaxdelta-2.0.1.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library commons-io:commons-io:2.4
File exists: Checksum validated.
Considering library de.oceanlabs.mcp:mcp_config:1.14.4-20190829.143755@zip
Downloading library from https://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp_config/1.14.4-20190829.143755/mcp_config-1.14.4-20190829.143755.zip
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library net.md-5:SpecialSource:1.8.5
Downloading library from https://files.minecraftforge.net/maven/net/md-5/SpecialSource/1.8.5/SpecialSource-1.8.5.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library net.minecraftforge:binarypatcher:1.0.5
Downloading library from https://files.minecraftforge.net/maven/net/minecraftforge/binarypatcher/1.0.5/binarypatcher-1.0.5.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library net.minecraftforge:forge:1.14.4-28.1.0:universal
File exists: Checksum validated.
Considering library net.minecraftforge:installertools:1.1.4
Downloading library from https://files.minecraftforge.net/maven/net/minecraftforge/installertools/1.1.4/installertools-1.1.4.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library net.minecraftforge:jarsplitter:1.1.0
Downloading library from https://files.minecraftforge.net/maven/net/minecraftforge/jarsplitter/1.1.0/jarsplitter-1.1.0.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library net.sf.jopt-simple:jopt-simple:4.9
Downloading library from https://files.minecraftforge.net/maven/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library net.sf.jopt-simple:jopt-simple:5.0.4
File exists: Checksum validated.
Considering library net.sf.opencsv:opencsv:2.3
Downloading library from https://files.minecraftforge.net/maven/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library org.checkerframework:checker-qual:2.0.0
Downloading library from https://files.minecraftforge.net/maven/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library org.codehaus.mojo:animal-sniffer-annotations:1.14
Downloading library from https://files.minecraftforge.net/maven/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library org.ow2.asm:asm-analysis:6.1.1
Downloading library from https://files.minecraftforge.net/maven/org/ow2/asm/asm-analysis/6.1.1/asm-analysis-6.1.1.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library org.ow2.asm:asm-commons:6.1.1
Downloading library from https://files.minecraftforge.net/maven/org/ow2/asm/asm-commons/6.1.1/asm-commons-6.1.1.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library org.ow2.asm:asm-tree:6.1.1
Downloading library from https://files.minecraftforge.net/maven/org/ow2/asm/asm-tree/6.1.1/asm-tree-6.1.1.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library org.ow2.asm:asm:6.1.1
Downloading library from https://files.minecraftforge.net/maven/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
Considering library trove:trove:1.0.2
Downloading library from https://files.minecraftforge.net/maven/trove/trove/1.0.2/trove-1.0.2.jar
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:108)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:428)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:170)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:143)
These libraries failed to download. Try again.
com.github.jponge:lzma-java:1.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:20.0
com.google.guava:guava:25.1-jre
com.google.j2objc:j2objc-annotations:1.1
com.nothome:javaxdelta:2.0.1
de.oceanlabs.mcp:mcp_config:1.14.4-20190829.143755@zip
net.md-5:SpecialSource:1.8.5
net.minecraftforge:binarypatcher:1.0.5
net.minecraftforge:installertools:1.1.4
net.minecraftforge:jarsplitter:1.1.0
net.sf.jopt-simple:jopt-simple:4.9
net.sf.opencsv:opencsv:2.3
org.checkerframework:checker-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.ow2.asm:asm-analysis:6.1.1
org.ow2.asm:asm-commons:6.1.1
org.ow2.asm:asm-tree:6.1.1
org.ow2.asm:asm:6.1.1
trove:trove:1.0.2
Thank you for helping me !
Edit : more information :
$ java -version
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~18.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)