How to enable SSL in sonarqube

12,244

Solution 1

Here I followed the following blog to enable SSL with reverse proxy using IIS rewrite.

https://jessehouwing.net/sonarqube-configure-ssl-on-windows/

Thanks all for the answers

Solution 2

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

Share:
12,244
chandra
Author by

chandra

Updated on June 17, 2022

Comments

  • chandra
    chandra almost 2 years

    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.