Trouble setting up proxy for SonarQube Marketplace

Hi There, I am having trouble setting up proxy for Sonar Marketplace (SonarQube version 6.7.5). I followed the documentation from here https://docs.sonarqube.org/7.4/instance-administration/marketplace/ and configured the following in $SONARQUBE-HOME/conf/sonar.properties file, however, when I go to Administration > Marketplace, I am not seeing any plugins (nor do my search return any plugin).

How do I troubleshoot this issue, and find out why the configuration is not working?

http.proxyHost=proxy_host.company.com
http.proxyPort=3128
http.proxyUser=s_proxy
http.proxyPassword=xxxx

Thank you

Roy,

Just to make sure: you’re restarting your instance after making these config changes, right?

Next, I would suggest turning DEBUG log levels on and browsing the /logs/ folder of your install folder after trying to browse the marketplace.

Colin