Hello Team,
I’m using sonarqube 9.9v, connecting to postgres on US east 1 region and is of version: 11.22 hosted on amazon
Since Amazon is rotating their RDS certs, we updated postgres instance with the global cert bundle provided by amazon.
On sonar app server, we updated java truststore and we could see all the certs are imported correctly.
In sonar properties file, we provided sslmode=verify-full for jdbc connection
But when sonar is started, service fails with the below error:
Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: SSL error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could you please help us in fixing this issue.
Attached logs:
sonar logs.txt (21.4 KB)