Sonar Qube Community Edition 10.1 (Installed on same Server as Azure DevOps Server 2020 1.2)
Windows Server 2016 standard.
We are trying to integrate the AzDo with SonarQube.
Error: Unable to contact Azure DevOps server for request [https:/_apis/projects?api-version=3.0]: [stream was reset: HTTP_1_1_REQUIRED]
Things Tried so far:
- Made sure no basic authentication installed
- Initial error was Error SonarQube server can not be reached and PKIX path building failed - #3 by Shailja2607, so exported the cert from AzDo url and imported to the default Java CACERT store
- Now error changed to stream was reset: HTTP_1_1_REQUIRED
- Tried adding the sonar.properities
sonar.web.javaOpts=-Dcom.sun.net.ssl.checkRevocation=false
sonar.web.javaAdditionalOpts=-Dcom.sun.net.ssl.checkRevocation=false
But Nothing helps. Kindly advise on this issue.