与Jenkins的handshake_failure问题

时间:2015-01-13 19:05:10

标签: jenkins

将从属计算机连接到Jenkins服务器时出现以下错误。似乎与证书有关。任何人都知道如何解决它。

线程中的异常" main" javax.net.ssl.SSLHandshakeException:收到致命警报: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:1781)         at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1024)         at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1208)         at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1235)         at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1219)         在sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:440)         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)         在sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)         在hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:268)         在hudson.remoting.Launcher.run(Launcher.java:218)         在hudson.remoting.Launcher.main(Launcher.java:192)

0 个答案:

没有答案