Bug #106876 Bundled libssl in mysql-connector-python is missing a symbol
Submitted: 30 Mar 2022 16:42 Modified: 7 Aug 2022 12:12
Reporter: Kevin Smith Email Updates:
Status: No Feedback Impact on me:
None 
Category:Connector / Python Severity:S2 (Serious)
Version:8.0.28 OS:Any
Assigned to: MySQL Verification Team CPU Architecture:Any

[30 Mar 2022 16:42] Kevin Smith
Description:
When you attempt to load _mysq_connector in the Python client, the following error occurs. This error can be hidden when loading a cursor which causes the cursor to be a pure Python version even if you have the C extension installed.

ImportError: /lib/python3.10/site-packages/mysql/vendor/libssl.so.1.1: undefined symbol: EVP_idea_cbc, version OPENSSL_1_1_0

How to repeat:
In Python, run the following:

import _mysql_connector

Suggested fix:
The libssl.so.1.1 needs to be updated to at least 1.1.1.
[7 Jul 2022 12:12] MySQL Verification Team
Hello Kevin Smith,

Thank you for the bug report.
Could you please provide repeatable test case(please make it as private if you prefer) to reproduce this issue at our end? Thank you.

Regards,
Ashwini Patil
[8 Aug 2022 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".