SonarQube SSL Settings

Hi,
I am using Sonarqube 8.4 and need to configure SSL on our published sonarqube server. Is there any way to configure SSL with out reverse proxy. I don’t see any options in sonar.conf file for https port.

Regards,
Majid Jahangeer

Hey there.

You must use a reverse proxy.

This may sound stupid, but can sonarqube server and reverse proxy server be a single machine?

1 Like

Yes! It’s very common to have the SonarQube server and IIS/Nginx/Apache running on the same machine.

1 Like

Here is a link to the docs about Reverse Proxies:

1 Like

Does the same thing work with a kubernetes deployment of sonarqube?