I am facing issue while integrate self hosted gitlab in sonarqube community edition.
Self hosted gitlab URL - https://codelab.techextensor.com
Sonarqube Community Edition - 161.97.108.178:9000
Can you please help me to integrate sonarqube with self hosted gitlab
It’s also your job to look at the logs and do some investigation work. This is not a Support Desk.
2022.12.15 15:39:05 INFO web[AYTDYvOWjRuUB4Y7AAbv][o.s.a.c.g.GitlabHttpClient] Gitlab API call to [https://codelab.techextensor.com/api/v4/projects] failed with error message : [PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
If this certificate installed on your GitLab server isn’t trusted by the JVM installation on your server (SSLPoke is a great tool for testing this), you’ll need to update the truststore being used by the Java installation that runs your SonarQube server to trust this certificate. This blog might help you out.