Re: Connection Error - .NET Connector
Posted by: JOSE RAMIREZ
Date: September 25, 2018 10:46AM

Hello Nicholas,

It looks like your MySQL Server installation is not configured or doesn't support SSL connections. Also, your Connector/NET installation likely has SSL enabled by default, hence the error. Versions of Connector/NET 8.0 have SSL enabled by default.

Try adding "sslmode=none" to your connection string to force Connector/NET to not use SSL connections. If issue persists can you provide the versions of MySQL Server and Connector/NET that you are using?

Regards,
Jose Ramirez.

Options: ReplyQuote


Subject
Written By
Posted
Re: Connection Error - .NET Connector
September 25, 2018 10:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.