2016-08-19 57 views
0

我想在Ubuntu14.04系统上安装SonarQube服务器。 它说
ERROR: cannot verify akamai.bintray.com's certificate, issued by ‘/C=NL/L=Amsterdam/O=Verizon Enterprise Solutions/OU=Cybertrust/CN=Verizon Akamai SureServer CA G14-SHA2’: Unable to locally verify the issuer's authority.sonarqube wget中的问题

我试图安装使用OpenSSL的证书当我做
wget https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.3.zip
我收到证书错误,还是我无法得到的二进制文件。我还使用update-ca-certificates更新了电子证书,但没有运气。

任何人都可以帮助我吗?

+0

为什么5.3? 5.6.1是LTS,6.0是最新的。 –

+0

我们现有的Sonar基于5.3。我正在尝试使用Ansible自动安装sonarcube。在此过程中,我收到证书错误。 – Abhishek

回答

0

作为一种变通方法:

https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.3.zip

重定向到

https://akamai.bintray.com/4e/4e61ee3a01d5e447bcd64357df77e0377325c4a2bb5ceb2cdeb5a5d193443ba5?__gda__=exp=1471600642~hmac=2b041a2929611ac66b6e703c87e0f08a939a5f4cf7a2b9ffa2d7ba3e5a2d7f3e&response-content-disposition=attachment%3Bfilename%3D%22sonarqube-5.3.zip 

这似乎是可通过HTTP。

所以,你可以尝试:

wget "http://akamai.bintray.com/4e/4e61ee3a01d5e447bcd64357df77e0377325c4a2bb5ceb2cdeb5a5d193443ba5?__gda__=exp=1471600642~hmac=2b041a2929611ac66b6e703c87e0f08a939a5f4cf7a2b9ffa2d7ba3e5a2d7f3e&response-content-disposition=attachment%3Bfilename%3D%22sonarqube-5.3.zip"