Connect to MySQL with SSL and validate server certificate

Connect to MySQL with SSL and validate server certificate

Hello
I'm working with an Amazon RDS MySQL instance, and i'm sucessfully connecting to my db even when i'm providing a wrong certificate in MySqlConnection.SslOptions.CACert
I only have CA certificate, no client certificate.
How should I force the verification of the server certificate ?