Hi all,
Can anyone explain why i`m getting a `MySql.Data.MySqlClient.MySqlException: The host 192.168.20.151 does not support SSL connections.` from the MySQLConnection Open() command?
I`m using a simple connection string with the following;
server=192.168.20.151;uid=xxxxx;pwd=xxxx;database=xxxx
Our database does not have SSL enabled and I can`t see an option to specify whether to use SSL or not during connection.
Thanks in advance,
Nick
Can anyone explain why i`m getting a `MySql.Data.MySqlClient.MySqlException: The host 192.168.20.151 does not support SSL connections.` from the MySQLConnection Open() command?
I`m using a simple connection string with the following;
server=192.168.20.151;uid=xxxxx;pwd=xxxx;database=xxxx
Our database does not have SSL enabled and I can`t see an option to specify whether to use SSL or not during connection.
Thanks in advance,
Nick