ERROR: SonarQube server can not be reached

While running the third step of manual scan with following command line for .net framework application I get the error “ERROR: SonarQube server [https://sonarqube.mycompany.org] can not be reached”

Command line:
c:\projectfolder>SonarScanner.MSBuild.exe end /d:sonar.login=“ddc9df2f55ed8a1b22f5bbb081d2637dd3f2xyz7”

The first two command line steps run successfully.
I am able to access sonarQube app directly from browser with above url.

Hi,

First, please tell me you’ve already revoked the token you just published to the internet.

Second, could you share your full pipeline? Are you specifying the SonarQube server URL in the scanner’s global settings or on the command line?

 
Ann

1 Like