We were getting the same error in SonarQube and finally found fix to our problem.
Solution: it seems that if basis authentication is turn on in IIS it breaks the use of PATs
We are now able to connect to our DevOps server in SonarQube after turning off basic authentication in IIS on the DevOps server
Hi @chauser , was this issue fixed? could you please help me with steps you have followed? currently we are facing this and this had blocked our progress.
I had turned off the basic authentication on Azure devops server and SonarQube server but still it is throwing same error. could you please help me on this.
Hi @DeadPool ,
You will probably get a better response if we know what you have tried already and what error shows in your logs:
Copy of entire stack trace of error in SonarQube server logs at DEBUG level (you can download it from Administration > System > Download Web Server logs)
Results of running curl to the ADO server
Checking your proxy settings (if you have a proxy) in $SQ_HOME/conf/sonar.properties file
I suggest you create a new thread with all this information so others can help you in a better manner.