mysqlclient 2.2.5 requires encrypted connection by default #740
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
In encountered the problem described in https://stackoverflow.com/questions/79113919/ssl-is-required-but-the-server-does-not-support-it-django. Basically with the newest mysqlclient version TLS encrypted connections to databases are enforced. Even the proposed solution with setting
'ssl_mode': 'DISABLED'
does not work. When downgrading to 2.2.4 all is fine.Environment
MariaDB 10.6.7
Windows 11 23H2
Python 3.12
Django 5.1.2
How did you install libmysqlclient libraries?
No response
What version of mysqlclient do you use?
2.2.5
Docker command to start MySQL server
Have a local version of MariaDB installed on a Windows machine (seem to be Windows related)
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