Metabase UI successfully connects to AWS RDS databases with SSL certificate: AWS Global CA Bundle (rds-ca-ecc384-g1)
but API-created database connections fail with PKIX path building failed
The UI handles certificate trust automatically behind the scenes, but when using POST /api/database, the Java TrustStore lacks the RDS CA certificates, causing SSL handshake failures for API automation.
Any one tried API request to create data connection with AWS Global CA Bundle SSL ?
Please advice.