*I am currently using Sonarqube 5.4 for which if we have to host sonar application on https we give https value with certificate in sonar.properties and can host our sonar on https also.
*But when I upgraded to v5.6.7 I was unable to bring my sonarqube on https and wrapper gets up without any error and you will see nothing on https:8443 port.
*While researching to solve this issue I found out there is a way to use reverse proxy (using apache or nginx) to send users to https .
*Will this reverse proxy help me making sonar work on https:8443 or it just redirects. How would I redirect if I am not even able to bring sonar up on https?
*If anyone has done it already can you please share your document or steps in addition to what’s written on sonar website.
Thank You.