Re: MySQL .Net Connector / Specify TLS version in Connection String
Posted by: Daniel Valdez
Date: January 12, 2018 05:52PM

Hi Jamie,

Unfortunately you can't set the TLS version within the Connection String, the only setting for that is the one that you've already mentioned, ssl-mode. Have you tried with "ssl-mode=preferred"?

Also you can take a look on all of the Connection String Options in the following link:

https://dev.mysql.com/doc/connector-net/en/connector-net-connection-options.html

Regards,
Daniel

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL .Net Connector / Specify TLS version in Connection String
January 12, 2018 05:52PM


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.