SSL certificate

if i install sonar in the server in which SSL is already configured. will i be able to access sonar with the URL along with sonar port?

ex: if url is https://sonarqube.domain.com
can sonar be accessible with https://sonarqube.domain.com :9000?

Hi @Lokesh_Vadla ,

it depends on the configuration of your reverse proxy and firewall. typically a reverse proxy listens on 443 for TLS traffic, but if you configure your server to listen for TLS traffic on port 9000 as well and open this port in your servers firewall, sonarqube can be accessed like this as well.
just keep in mind that depending on the property sonar.web.host and sonar.web.port you could create a port collision like this.