Marketplace Plugin Error

Would like to disable my sonarqube version from trying to find new plugins on the internet.

  • 8.2 developer
  • I install plugins manually ( no internet access). Want to be able to disable plugins trying to reach out to the internet.
  • tried researching how to disable checking the internet for new plugins. My logs fill up with errors about having no internet access for plugins.

org.sonar.core.util.DefaultHttpDownloader$BaseHttpDownloader$HttpInputSupplier.getInput(DefaultHttpDownloader
at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)

Hi,

Welcome to the community!

In $SONARQUBE-HOME/conf/sonar.properties you’ll find this server configuration:

# Update Center requires an internet connection to request https://update.sonarsource.org
# It is enabled by default.
#sonar.updatecenter.activate=true

 
HTH,
Ann

great thank you that worked.