将sonarlint与eclipse和sonarqube错误连接
Connecting sonarlint with eclipse and sonarqube error
当我尝试将 sonarlint 与 sonarqube 连接时,我收到此错误消息:
"Unable to update data from server 'sonar'
Fail to request https://dev.myserver.com/sonar/api/system/status
然而,当我访问那个特定的 URL 时,它工作正常。我是 运行 SonarLint 2.3.1、SonarQube 5.6.1、java 1.8 和 eclipse neon。
SonarLint 在 2.3 更新之前毫无问题地为我工作。
编辑:我的 sonarqube 服务器只能通过公司内部连接或通过 VPN 访问。这应该不是问题,因为之前连接过 sonarlint?
这是一个证书问题。将公司证书导入我的 cacerts 解决了我的问题,如下所述:How to solve javax.net.ssl.SSLHandshakeException Error?
当我尝试将 sonarlint 与 sonarqube 连接时,我收到此错误消息:
"Unable to update data from server 'sonar'
Fail to request https://dev.myserver.com/sonar/api/system/status
然而,当我访问那个特定的 URL 时,它工作正常。我是 运行 SonarLint 2.3.1、SonarQube 5.6.1、java 1.8 和 eclipse neon。
SonarLint 在 2.3 更新之前毫无问题地为我工作。
编辑:我的 sonarqube 服务器只能通过公司内部连接或通过 VPN 访问。这应该不是问题,因为之前连接过 sonarlint?
这是一个证书问题。将公司证书导入我的 cacerts 解决了我的问题,如下所述:How to solve javax.net.ssl.SSLHandshakeException Error?