Upgrading to 2.2.5 breaks my django app on windows #730
Replies: 2 comments 1 reply
-
Same thing. pip3 install mysqlclient==2.2.4 |
Beta Was this translation helpful? Give feedback.
1 reply
-
duplicate of #729. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When I upgrade to latest version (2.2.5) I'm getting the following error:
django.db.utils.OperationalError: (2026, 'TLS/SSL error: SSL is required, but the server does not support it')
Haven't change anything else in my app.
When downgrading to 2.2.4 everything works fine.
Breaking changes cannot be introduced on minor versions.
Environment
Windows 11, Python 3.11, Server version: 10.11.9-MariaDB MariaDB Server
How did you install libmysqlclient libraries?
Using windows 11 and instaled the wheel with pip install.
What version of mysqlclient do you use?
2.2.5
Docker command to start MySQL server
Minimum but complete code to reproduce
Schema and initial data required to reproduce.
Commands, and any other step required to reproduce your issue.
Not needed
Beta Was this translation helpful? Give feedback.
All reactions