I've tried to connect to my database using SSL.
Connecting with Navicat works but when i try my Delphi app the call to SSL_do_handshake() (procedure TMysqlVio.SwitchToSSL) always returns -1 -> No handshake.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've tried to connect to my database using SSL.
Connecting with Navicat works but when i try my Delphi app the call to SSL_do_handshake() (procedure TMysqlVio.SwitchToSSL) always returns -1 -> No handshake.
I had the same problem. Somebody knows what I must make?