Few Weeks’s back there was server patching where java version was upgraded from 17 to 22 after which we are facing issues. We restored previous server version backup, still we couldn’t connect to SonarQube from our azure pipelines
The error we are seeing in logs is PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
We don’t do calls. What needs clarifying? And feel free to create new threads for new questions. (We try to keep it to one topic per thread. Otherwise it can get messy, fast.)
The PKIX error is raised when you’ve configured your SonarQube server with HTTPS with a self-signed certificate. That same self-signed certificate is what you need to make available to analysis. The docs I pointed you to tell you how for each SonarScanner variety.