SSL connection with Tmyconnection

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
phgh
Posts: 1
Joined: Sun 25 Jan 2009 15:44
Location: Belgium

SSL connection with Tmyconnection

Post by phgh » Mon 26 Jan 2009 12:25

I try to connect to a mysql5 server with Tmyconnection (mydac 4.40.0.16) and delphi 5 whith the protocol mpSSL.
libeay32.dll and ssleay32.dll from openSSL ver 0.9.8.
I have the message :
Assertion failure (d:\Projects\Delphi\Mydac\Source\MySqlVioTcpSSL.pas, ligne 87)

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

Post by Dimon » Tue 27 Jan 2009 09:42

Please try to use libeay32.dll and ssleay32.dll from OpenSSL version 0.9.7.

Post Reply