When you connect to an RDS MySQL DB instance using an SSL connection, run the following command to check whether the certificate has expired:
show status like '%ssl_server%';
Update the root certificate to the latest version before it expires:
If a certificate is about to expire, replace it with an officially issued certificate to improve system security.