Prerequisites:
- MYSQL2 GEM is linked against MariaDB Connector/C 3.0.2
Issue:
When trying to establish a connection as below, even when giving an incorrect CA that did not sign the server certificate, a connection is established successfully:
:ssl_mode => "verify_ca", :sslca => "path-to-incorrect-ca"
Any reason why this could be happening ?