Service broker error: There was a problem when connecting to a MySQL server. Check database availability, persistent disk usage, and network availability, then try again.
failed: Get "https://IP:PORT/status": remote error: tls: bad certificate
[dedicated-mysql-adapter] 2026/02/19 22:12:46 Couldn't get read only information about URL https://IP:PORT, error: GET https://IP>PORT:8443/status failed: Get "https://IP:PORT:8443/status": remote error: tls: certificate required
openssl s_client -showcerts -connect IP:PORT </dev/nullThe result shows the cert is not expired, but it contains below error:
Verify return code: 21 (unable to verify the first certificate)
Tanzu for MySQL on Tanzu Platform
Explanation:
This issue is caused by the tls ca is not added into the trusted certificates.
Fix:
credhub get \ --name=/services/tls_ca \ -k ca
Please also refer: Add the CA Certificate