proposal for sonar servers without ssl certificate
Dear @shijl0925
Your project is awesome to work in a very interactive way with python and sonar. The only problem is when your sonarqube does not have a valid ssl. I would like to propose you a new feature.
My proposal is for any users which their sonar servers has not a valid ssl certificate, so we can set verify=false, so you can connect without the need of verify ssl.
Best regards,
yaigenes
when we do not use the param 'verify', the client connect sonar server without ssl certificate :
h = SonarQubeClient(sonarqube_url="http://localhost:9000", username='admin', password='admin')
Dear @shijl0925
Nop, is not working if I dont use verify in my code with your module, look at this:
But if I change in your community init file in your source code these line, your module works for my connection
Here, is working and the output is going well.
Hope that I clarify the description in a better way
Best regards,
yaigenes







