SSL error with v2.2.5 (MySQLdb.OperationalError) (2026, 'TLS/SSL error: SSL is required, but the server does not support it')
#737
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
Hi,
After bumping
mysqlclient
, I am getting in all my programs following error(MySQLdb.OperationalError) (2026, 'TLS/SSL error: SSL is required, but the server does not support it')
. Server side, SSL is disabled.When downgrading to v2.2.4 everything works fine.
Environment
How did you install libmysqlclient libraries?
No response
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.
No response
Commands, and any other step required to reproduce your issue.
No response
Beta Was this translation helpful? Give feedback.
All reactions