Question about ssl

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ashlar64
Posts: 75
Joined: Thu 04 May 2006 18:56

Question about ssl

Post by ashlar64 » Wed 11 Oct 2006 18:50

I am wondering if you need predefined cert files to use ssl....or can the files be more like when you go to a secure site and the files are downloaded to you like in https?

Also does MySQL 4 supports ssl correct?

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

Post by Antaeus » Thu 12 Oct 2006 15:16

Before connecting to the server MyConnection loads files which names are assigned to corresponding SSL properties. If you replace current files with new ones and reconnect, new SSL files will be in use. MyDAC does not use any other files or information to establish secure connection.

> Also does MySQL 4 supports ssl correct?
We can not supply you with such kind of information. Please refer to MySQL official site.

Post Reply