SSL Connection Error
Posted: 16.11.2007, 11:16
I'm using Delphi 7, MySQL 5.0.44 and ZEOSLIB_TRUNK_REV310.zip
The properties of the TZConnection are
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.
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
Any help is welcome.