Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable SSL in sonarqube

I installed Sonarqube on a server and given a domain name like http://sonarqube.xyz.com:9000 and now I would like to have the URL to be https.

I have changed the properties of sonar.properties in the conf file and tried redirecting the URL using IIS with URL rewrite.

like image 220
chandra Avatar asked Jan 06 '23 21:01

chandra


1 Answers

You should follow the guidelines described at http://docs.sonarqube.org/display/SONAR/Securing+the+Server+Behind+a+Proxy.

like image 169
Simon Brandhof - SonarSource Avatar answered Jan 16 '23 17:01

Simon Brandhof - SonarSource