Configure Sonarqube for https on linux

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension): SonarQube, sonar-scanner.
  • how is SonarQube deployed: zip, Docker, Helm : deb package
  • what are you trying to achieve: Configure access to sonarqube, locally, with https.
  • what have you tried so far to achieve this: Changing sonar.properties file with adding sonar.web.https options, port, key and crtpaths, enable option.

Please help, I need to configure access to sonarqube, from local network, without access from the internet, with HTTPS. Can i do it without reverse proxy?

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

Hi,

Welcome to the community!

If you’re using a deb package to deploy, then I believe you’re probably using a version that’s many, many years out of date. The docs will get you going with a supported version.

Regarding your question, the docs also offer some guidance on running SonarQube behind a proxy - which is what’s required for HTTPS support.

 
HTH,
Ann

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.