SSL Connection Error

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
tam
Fresh Boarder
Fresh Boarder
Posts: 19
Joined: 20.10.2006, 15:21

SSL Connection Error

Post by tam »

I'm using Delphi 7, MySQL 5.0.44 and ZEOSLIB_TRUNK_REV310.zip

The properties of the TZConnection are

Code: Select all

MYSQL_SSL=TRUE
MYSQL_SSL_CA=c:/newcerts/ca-cert.pem
MYSQL_SSL_CERT=c:/newcerts/client-cert.pem
MYSQL_SSL_KEY=c:/newcerts/client-key.pem
When I try to connect, I get a SSL Connection Error. With MySQL client and the same certs I can connect without problem.

Any help is welcome.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

This is strange indeed... I just tried my 'ssl tester' the way it was compiled before and that worked perfectly. After I recompiled, it doesn't work anymore. Can you please log a bug report at the bug tracker?? That way you should receive notice when the bug has been investigated and solved.

Mark
tam
Fresh Boarder
Fresh Boarder
Posts: 19
Joined: 20.10.2006, 15:21

Post by tam »

mdaems wrote:please log a bug report at the bug tracker
Done: http://zeosbugs.firmos.at/view.php?id=76
Post Reply