Hi @chauser
your SSL Poke output seemed to indicate a different (Oracle) JRE but it’s probably due to your older AdoptOpenJDK version, here is what I get with version 11.0.9.1:
java.version: System: 11.0.9.1
java.vendor: System: AdoptOpenJDK
I would still recommend that you upgrade your Java version because this is a Security good practice and because it may remove those annoying warning messages. But now I doubt it will fix your Azure connectivity.
And for next step, I believe you should look into your Azure Devops side to try to understand why the SonarQube requests are rejected while your PAT is valid. If you have no other service or scripts using PATs, maybe you should have a look at this page.
Best regards
Sylvain