SSL with MyDAC

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bledazemi
Posts: 4
Joined: Thu 08 Feb 2007 16:08

SSL with MyDAC

Post by bledazemi » Wed 28 Mar 2007 21:20

Can someone tell me if MyDAC components continue to work with MySQL if SSL encryption is turned on ?

Many thanks in advance to anyone who knows the answer and takes a moment to write it here.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 29 Mar 2007 11:22

MyDAC supports SSL. It uses external libraries of OpenSSL (libeay32.dll, ssleay32.dll, MSVCRTD.DLL). For more information see the description of TMyConnection.SSLOptions in MyDAC help.
The last version of SSL with which MyDAC 5 was tested is openssl-0.9.8d.

Post Reply