2016-07-25 40 views
0

我在AWS中使用CentOS 6.5。jenkins(java)和Bitbucket插件之間的SSL錯誤

Java版本 「1.7.0_101」 OpenJDK的運行時環境(RHEL-2.6.6.4.el6_8-x86_64的U101-B00) OpenJDK的64位服務器VM(建立24.95-B01,混合模式)

使用詹金斯2.15(新安裝)和Bitbucket Branch Source Plugin

最後一個版本,我開始處的索引與到位桶我的登錄數據,但得到這些錯誤:

Connecting to https://bitbucket.org using ****/****** 
Looking up ****/****for branches 
FATAL: Failed to recompute children of ***** » **** » build 
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRequestException: Communication error: javax.net.ssl.SSLException: java.security.ProviderException: java.security.KeyException 
    at com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient.getRequest(BitbucketCloudApiClient.java:421) 
    at com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient.getBranches(BitbucketCloudApiClient.java:217) 
    at com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.retrieveBranches(BitbucketSCMSource.java:323) 
    at com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.retrieve(BitbucketSCMSource.java:279) 
    at jenkins.scm.api.SCMSource.fetch(SCMSource.java:146) 
    at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:294) 
    at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:157) 
    at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:122) 
    at hudson.model.ResourceController.execute(ResourceController.java:98) 
    at hudson.model.Executor.run(Executor.java:404) 
Caused by: javax.net.ssl.SSLException: java.security.ProviderException: java.security.KeyException 
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) 
    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916) 
    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1874) 
    at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1857) 
    at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1783) 
    at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:127) 
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) 
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) 
    at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:828) 
    at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2116) 
    at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096) 
    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398) 
    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171) 
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) 
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323) 
    at com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient.getRequest(BitbucketCloudApiClient.java:412) 
    ... 9 more 
Caused by: java.security.ProviderException: java.security.KeyException 
    at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:146) 
    at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:704) 
    at sun.security.ssl.ECDHCrypt.<init>(ECDHCrypt.java:78) 
    at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:717) 
    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:278) 
    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913) 
    at sun.security.ssl.Handshaker.process_record(Handshaker.java:849) 
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035) 
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344) 
    at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:721) 
    at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122) 
    ... 19 more 
Caused by: java.security.KeyException 
    at sun.security.ec.ECKeyPairGenerator.generateECKeyPair(Native Method) 
    at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:126) 
    ... 29 more 
Finished: FAILURE 

我會很高興的意見。

此目錄中
+0

我有同樣的錯誤,但在Windows上,正常的HTTPS正常工作,因爲我將證書添加到商店,你有沒有得到任何與此? – JamesD

+0

請參閱我在主題中的回答。 – Vanchu

回答

0

/lib/security 
我的Java安裝

,我發現了一個java.security文件。

我評論這行:

#jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768 

這:

jdk.tls.disabledAlgorithms=SSLv3 

詹金斯和到位桶插件工作。