MySQL SSL Connection Issue

I have some code that connects to 2 MYSQL DB via SSL on windows the code works correctly , on Linux Centos fully updated it does not connect to 1 of the 2 test servers. The only error I get is “SSL connection error”, not a very descriptive error to help guide me to fix. I now with Secure sockets you can set the connection mode, I don’t see a way to change the TLS mode on the MYSQL plugin. Both Mysql servers are v 5.6.

Compare the configuration file of the two MySQL servers (/etc/my.cnf) and search for differences. Also compare the mysql packages are the same (rpm -aq | grep -i mysql)