ssliissonarqubesonarqube-ops

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.


Solution

  • 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