Diango 4.2.16 does not work since update to mysqlclient-2.2.5-cp312-cp312-win_amd64.whl due to 'TLS/SSL error' #735
Replies: 1 comment
-
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
I have:
all worked fine, but yesterday I updated my packages
mysqlclient-2.2.4-cp312-cp312-win_amd64.whl
tomysqlclient-2.2.5-cp312-cp312-win_amd64.whl
and from now on, when I call a webpage of one of my django websites I get the following error:
So I downgraded to
mysqlclient-2.2.4-cp312-cp312-win_amd64.whl
and all is working fine again.I didn't find any breaking "hints" in the mysqlclient changelogs or at
https://github.com/mariadb-corporation/mariadb-connector-c (they have no changelogs at all).
I suppose some settings are somewhere needed to prevent some new behaviour ?
Environment
No response
How did you install libmysqlclient libraries?
pip
What version of mysqlclient do you use?
2.2.5
Docker command to start MySQL server
No response
Minimum but complete code to reproduce
Schema and initial data required to reproduce.
Commands, and any other step required to reproduce your issue.
No response
Beta Was this translation helpful? Give feedback.
All reactions