You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
In mysqlclient==2.2.4 this code works:
after upgrade to latest: mysqlclient==2.2.5
This makes an error:
(2026, 'TLS/SSL error: SSL is required, but the server does not support it')
p.s. mariaDB server running at localhost, with no ssl etc..
Environment
MariaDB Ver 15.1 Distrib 10.11.7-MariaDB, for Win64 (AMD64)
[mysqld]
require_secure_transport=OFF
How did you install libmysqlclient libraries?
No response
What version of mysqlclient do you use?
No response
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
All reactions