The current configuration:
- latest IntelliJ Idea Community Edition (2018.1.4)
- latest SonarLint addon for Idea (3.4.2.2586)
- SonarQube v6.7 (build 33306)
When I try to add the SonarQube server address (authentication with usr/psw) I got this message:
Failed to connect to the server. Please check the configuration. Error: Fail to request
https://<sonarqube_server_url>/sonar/api/system/status
But when I try to open this URL (https://<sonarqube_server_url>/sonar/api/system/status
) from Chrome I got this:
{
"id": "oTvPjWRbAMXWalmApGYG",
"version": "6.7.0.33306",
"status": "UP"
}
So it seems to be running well, and of course I can log in and use well the webUI.
How should I connect to it from Idea?