Hi Team,
I’m trying to add an SSL-enabled MySQL RDS instance to Percona Monitoring and Management (PMM), but I’m encountering issues during the setup.
Initially, I received the following error:
Connection check failed: Error 3159 (HY000): Connections using insecure transport are prohibited while --require_secure_transport=ON
To address this, I downloaded the CA certificate from AWS for the MySQL RDS instance and added it to the TLS CA field.
However, I then encountered a new error:
{
"error": "Connection check failed: register MySQL client cert failed: tls: failed to find any PEM data in certificate input.",
"code": 9,
"message": "Connection check failed: register MySQL client cert failed: tls: failed to find any PEM data in certificate input.",
"details": []
}
I’m using the latest Percona image, and I’m deploying it using Docker. RDS engine version: 8.0.35
Could you please assist me in resolving this issue?