Sonarqube on HTTPS

Must-share information (formatted with Markdown):

Wow, I don’t know where you found this PDF @Mvasquez but that’s pretty old, likely 5.x…

8.2 official docs is available here. SQ has no native support of HTTPS, so you should use a Proxy as described here in the doc.

  • So pick whatever webserver you prefer
  • buy an SSL certificate matching your domain (or self-signed one, but it has some implications)
  • configure a vhost to use your certificate and “proxy_pass” to your SQ
  • tell your colleague to enjoy!

Cheers

Sounds good thank you!