Is it possible to add to 2 properties for MySSLIOHandler UseCACert and UseClientCert both set True to keep up with the already implemented.
The aim of theses properties is to to be able to establish an SSL connection to a MySQL server without having to provide any certificate as it is in the case of Using MyConnection with Option Protocol=mpSSL without providing any certificate. So it will possible to stop using external libraries of openssl and use SecureBridge as a replacement.
Thank You in advance.