|
I have attached the sample code and a fake dummy ca certificate. I observe the using any SSL ca certificate it works properly with mariadb client but doesn't works with mysqlclient.
here are the output of my sample program-
With maraidbclient.lib compiled with openssl 1.0.1h-
*mysql_library_init() is successful
Encryption--AES256-SHA
everything worked
Encryption--AES256-SHA
everything worked*
with mysqlclient.lib-
*mysql_library_init() is successful
Error mysql_real_connect: SSL connection error: ASN: bad other signature confirm
ation
Error mysql_real_connect: SSL connection error: ASN: bad other signature confirm
ation
*
I also observe that this happens only on windows environment. I am using windows 8 while running the sample program.
EDIT-
I am using an older revision(119) and I don't know whether latest revision have this issue. I am not able to compile latest revision, please refer-this
|