SonarQube Proxy Configuration, Tricky

后端 未结 5 492
执笔经年
执笔经年 2020-12-16 15:43

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 i

5条回答
  •  遥遥无期
    2020-12-16 15:58

    Just an information: I had this problem also. I can see the PlugIns but cannot download it. The problem is, you have to add this line into your sonar.properties, for the https:

    # https-proxy
    sonar.web.javaAdditionalOpts=-Dhttps.proxyHost=xxxxx -Dhttps.proxyPort=xxxx -Dhttps.proxyUser=xxxx -Dhttps.proxyPassword=xxxx
    

提交回复
热议问题