Using Sonarqube LTS-community docker image.
Need help to find TLS version
I am looking to find TLS (Transport Layer Security) version.
Hi @UmeSh,
Sonarqube does not natively support tls. You will need to secure the transport layer by installing a reverse proxy in front of the application. There is documentation about that here: Operating the Server | SonarQube Docs
Hope that helps