Caused by: javax.net.ssl.SSLPeerUnverifiedException: Hostname sonar.X,X.X not verified (no certificates) at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:353) at
Here, version might not be the issue.
Because locally using the sonarscanner-cli to connect to the same installed SonarQube is reachable and scan is success & result is been viewed.
Through azure devops pipeline- sonar Run Analysis, it is not able to find the JAVA certificates even after passing JAVA_PATH, NODE_EXTRA_CA_CERTS.
Here, need your inputs.