Hi,
I am literally stuck and need help desperately.
I have deployed a sonarqube from helm chart and this deployement is successful. My soncarqube is up and running but issue I am facing is in sonarscanner. I have integrated my sonarqube with github and added the action for scanning the code.
I am using developer edit version 9.3.0.
whenever my github action starts it give this error:
Caused by: java.lang.IllegalStateException: Fail to get bootstrap index from server
Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
which I know is the java keystore cert error. Thing is I have added the certificate in java keystore but still I am getting same error.
just to clear it more I am using sonarqube on eks cluster. It was working fine until I renewed my certificate for sonarqube. I have setup my certificate using secrets and ingress file. using nginx ingress.
I have deployed new cluster multiple times and getting same issue on every cluster.
please help.