Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Created December 20, 2015 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbergstroem/591b0cb4880c3de9e626 to your computer and use it in GitHub Desktop.
Save jbergstroem/591b0cb4880c3de9e626 to your computer and use it in GitHub Desktop.
Dec 20 23:53:54 node-be.novalocal java[29623]: Exception in thread "main" javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
Dec 20 23:53:54 node-be.novalocal java[29623]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
Dec 20 23:53:54 node-be.novalocal java[29623]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343)
Dec 20 23:53:54 node-be.novalocal java[29623]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
Dec 20 23:53:54 node-be.novalocal java[29623]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
Dec 20 23:53:54 node-be.novalocal java[29623]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563)
Dec 20 23:53:54 node-be.novalocal java[29623]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
Dec 20 23:53:54 node-be.novalocal java[29623]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
Dec 20 23:53:54 node-be.novalocal java[29623]: at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:269)
Dec 20 23:53:54 node-be.novalocal java[29623]: at hudson.remoting.Launcher.run(Launcher.java:219)
Dec 20 23:53:54 node-be.novalocal java[29623]: at hudson.remoting.Launcher.main(Launcher.java:192)
Dec 20 23:53:54 node-be.novalocal java[29623]: Caused by: java.io.EOFException: SSL peer shut down incorrectly
Dec 20 23:53:54 node-be.novalocal java[29623]: at sun.security.ssl.InputRecord.read(InputRecord.java:505)
Dec 20 23:53:54 node-be.novalocal java[29623]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
Dec 20 23:53:54 node-be.novalocal java[29623]: ... 9 more
Dec 20 23:53:54 node-be.novalocal systemd[1]: jenkins.service: main process exited, code=exited, status=1/FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment