immoreel
immoreel

Reputation: 1

Can't get connected mode to work in PhpStorm

I'm struggling to get the connected mode to connect to my local instance of SonarQube.

I'm suspecting it has something to do with the way my system is set up.

I'm using a Mac (OS X 10.11.x) and I have PHP and Apache set up according to this tutorial. I think perhaps there is an issue with a firewall rule or something.

When I connect to http://localhost:9000/api/system/status with a browser, there is no problem. telnet localhost 9000 works fine too.

But when I enter credentials and create a configuration in SonarLint, I always get:

error testing connection: Fail to request http://localhost:9000/api/system/status

Anybody have a clue?

Upvotes: 0

Views: 98

Answers (2)

Vlad Luchansky
Vlad Luchansky

Reputation: 986

It is also worth to check SonarLint issue tracker. Issue looks related rather to the plugin than PhpStorm itself.

Upvotes: 2

Jama A.
Jama A.

Reputation: 16099

Check your Phpstorm log folder ~/Library/Logs/PhpStormVERSION/FILE.log (FILE - some log file for phpstorm, in Intellij it's idea.log) I see the tutorial you followed enabled SSL and I guess that should be because of a certificate.

Upvotes: 0

Related Questions