Hi,
I try to establish a connection to the marketplace, but it’s unable to successfully connect. I use the latest Enterprise version.
I use the container version and pass the following vars:
HTTP_PROXYHOST: tech.proxy.com
HTTP_PROXYPORT: 8089
HTTP_PROXYUSER: techuser
HTTP_PROXYPASSWORD: techpw
Manually testing via curl from inside the container:
I have no name!@8cab70c2e449:/opt/sonarqube$ curl --proxy http://techuser:techpw@tech.proxy.com:8089 https://downloads.sonarsource.com/sonarqube/update/update-center.properties
#Generated file
#Tue Feb 04 09:30:22 UTC 2025
10.0.changelogUrl=https\://sonarsource.atlassian.net/issues/?jql\=project%20%3D%2010139%20AND%20fixVersion%20%3D%2012624
10.0.date=2023-04-03
10.0.description=Faster first analysis, improved user & group management with Okta & Azure/SCIM integration, new security rules for Docker, new rules for .NET and JavaScript/TypeScript, support for new C/C++ compilers
10.0.downloadDatacenterUrl=https\://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.0.0.68432.zip
10.0.downloadDeveloperUrl=https\://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.0.0.68432.zip
10.0.downloadEnterpriseUrl=https\://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.0.0.68432.zip
10.0.downloadUrl=https\://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.0.0.68432.zip
When I look at the logs, I see the following errors:
2025.02.04 14:24:59 WARN web[f449635e-40aa-4860-ab9f-0109147b04b2][c.s.f.s.api.P.o] Error while checking AI CodeFix service status
java.io.IOException: Unexpected response code for CONNECT: 403
2025.02.04 14:24:59 ERROR web[36096e30-b84e-4f82-a2bb-40ad51468ac8][o.s.s.p.UpdateCenterClient] Fail to connect to update center
org.sonar.api.utils.SonarException: Fail to download: https://downloads.sonarsource.com/sonarqube/update/update-center.properties
Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
What keystore is being used by sonarqube?