Michael Bui
Michael Bui

Reputation: 300

Connecting sonarlint with eclipse and sonarqube error

When i'm trying to connect sonarlint with sonarqube I get this error message:

"Unable to update data from server 'sonar'
Fail to request https://dev.myserver.com/sonar/api/system/status

However when i'm visiting that particular URL it works fine. I'm running SonarLint 2.3.1, SonarQube 5.6.1, java 1.8 and eclipse neon.

SonarLint worked for me without problems prio to the 2.3 update.

Edit: My sonarqube server is only accessible through internal company connection or through VPN. This shouldn't be an issue though as sonarlint has been connected before?

Upvotes: 1

Views: 2678

Answers (1)

Michael Bui
Michael Bui

Reputation: 300

It was a certificate issue. Importing the corporate certificate to my cacerts solved my issue as explained here: How to solve javax.net.ssl.SSLHandshakeException Error?

Upvotes: 1

Related Questions