Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More

[MySQL][ODBC 8.0(w) Driver]SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Steve_Nguyen
Support
Support

[MySQL][ODBC 8.0(w) Driver]SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol

Last Update:

Feb 9, 2023 8:28:48 AM

Updated By:

Sonja_Bauernfeind

Created date:

Mar 28, 2022 3:09:19 PM

After upgrading MySQL ODBC drivers (to, for example, connect to MySQL 8.0), old tasks connecting to MySQL 5.5/5.6/5.7 as sources fail. 

Error:

Cannot connect to ODBC provider,RetCode: SQL_ERROR SqlState: HY000 NativeError: 2026 Message:
[MySQL][ODBC 8.0(w) Driver]SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol

 

Environment:

Qlik Replicate 

 

Resolution:

With MySQL ODBC Client 5.3 or higher, the internal parameters must be set to point at the correct driver.

First, locate the exact name of the driver in the Windows ODBC Data Source Administrator.

  1. Open the windows ODBC Data Source Administrator
  2. Open the Drivers tab
  3. Scroll to your MySQL ODBC driver. Example: MySQL ODBC 8.0 Unicode Driver
  4. Copy MySQL ODBC 8.0 Unicode Driver. This will be the name we use for the internal parameter.

Then set the Internal Parameter in Qlik Replicate. 

  1. In the Qlik Replicate Web Console,  go to Manage Endpoint
  2. Locate your MySQL Source or Target that is failing with the connection error
  3. Switch to the Advanced tab
  4. Click Internal Parameters
  5. In the top search bar, type provider (for source) or driver (for target)
  6. Click the suggestion. It will add a Parameter to define.
  7. In Value, paste the name of your driver, replacing the <x.x> with the actual version:  MySQL ODBC 
  8. Click OK
Labels (1)
Version history
Last update:
‎2023-02-09 08:28 AM
Updated by: