Built-in Certificate files

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mysqluser
Posts: 27
Joined: Fri 17 Nov 2006 11:48

Built-in Certificate files

Post by mysqluser » Sun 10 Dec 2006 22:18

hello

is there no possiblity to built-in the certificate files instead of setting an path to the files which are loaded then from disk?

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

Post by Antaeus » Mon 11 Dec 2006 13:23

No, it is not possible, because SSL works with files. You can build these files into your program and create them in a temporary folder before connect.

Post Reply