MySQL Forums
Forum List  »  Connector/ODBC

Re: Error using SSL in Connector/ODBC. SSL works fine with Workbench.
Posted by: Bogdan Degtyariov
Date: March 16, 2020 02:06AM

Hi Michael,

It looks that your ODBC connection failed because the server identity could not be verified. This usually happens when SSL mode is set to VERIFY_IDENTITY. For Workbench you mentioned the SSL mode is REQUIRED, which does not check the identity of the server.

You can change the SSL Mode for ODBC connection through GUI dialog in ODBC Administrator in Details >> SSL >> SSL Mode. Try setting SSL mode for your ODBC connection to REQUIRED.

Options: ReplyQuote




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.