I cannot get the proxy configuration to work for SonarQube 4.0 so that I can install plugins.
When I open http://localhost:9000/updatecenter/available , it displays an error: "Not connected to the update center. Check your Internet connection and logs."
In sonar.log I read: "org.sonar.api.utils.HttpDownloader $ HttpException: Failed to load [http://update.sonarsource.org/update-center.properties]. Response code: 403"
In sonar.properties, I configured it with the same proxy that I use for other programs:
sonar.updatecenter.activate=true http.proxyHost=<host> http.proxyPort=<port> http.proxyUser=<username> http.proxyPassword=<password>
I tried setting the same thing in the wrapper.properties file, but it didn't work by the way.
For the proxy host, I tried a short and full name. For the username, I tried only the username and <DOMAINNAME>\<username> and <DOMAINNAME>\\<username> .
None of this worked out. Any ideas?
proxy sonarqube
user3086925
source share