MySQL Forums
Forum List  »  Connector/ODBC

Re: MySQL Connector 6.9.9 and TLS 1.2
Posted by: Bogdan Degtyariov
Date: January 22, 2019 01:38AM

This message is a bit misplaced. It should have been in Connector/NET section of MySQL forums instead of Connector/ODBC.

I will try to reply here anyway since the main problem is not with the Connector, but with the server.

As mentioned in the initial message, you are using MySQL 5.7.22. If this is a community GPL version of MySQL Server it must be built using YaSSL library, which does not support TLS 1.2. The commercial version uses OpenSSL and it works with TLS 1.2.

For the commercial version you should be able to raise the support ticket and our qualified support engineers will help to resolve the problem.

For the GPL version you can either stay with TLS 1.1 or upgrad the MySQL Server to the version 8.0, which uses OpenSSL even in community GPL.

I hope this helps to solve your issue.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL Connector 6.9.9 and TLS 1.2
January 22, 2019 01:38AM


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.