SSL for mysql @ localhost does not work as expected. #733
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 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
Beta Was this translation helpful? Give feedback.
All reactions