Feature Request for MySSLIOHandler

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chihebbs
Posts: 46
Joined: Tue 05 Jun 2007 20:06

Feature Request for MySSLIOHandler

Post by chihebbs » Wed 19 Dec 2007 13:01

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 20 Dec 2007 12:12

Please do not duplicate topics. We have answered you in other thread.
Last edited by Dimon on Thu 20 Dec 2007 15:29, edited 1 time in total.

chihebbs
Posts: 46
Joined: Tue 05 Jun 2007 20:06

Post by chihebbs » Thu 20 Dec 2007 14:55

Sorry for the duplication, I did not know where exactly to post the request since MySSlIoHandler is included with MyDac Demos.

Post Reply