How to configure SonarQube SSL (Linux)

I’d like to configure my SonarQube self-managed server to run on port 443 (Ubuntu server).

Anytime I look up instructions for this, it leads to “404 not found” documentation.

Here’s another thread of this same discussion. BOTH links leads to 404: Configure SonarQube with SSL certificate

Is there any official instructions anywhere? Also, does SonarQube directly support SSL yet, or is there still some goofy requirement with reverse proxy? Those posts about reverse proxy were from 4 years ago.

Hi,

SonarQube does not provide any configuration options for SSL. You will need to use a reverse proxy. Please refer to the documentation for further details: Operating SonarQube Server | Documentation

Thanks for the response. Does SonarQube have any plans to directly support SSL?