Details
-
Bug
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
3.4.5
-
None
-
None
-
Windows Server 2019
Description
Installed MariaDB 11.4.5 on Windows Server 2019.
It's not possible to connect to the server using the provided command line client mysql.exe.
Client message:
ERROR 2813 (HY000): Lost connection to server at 'sending authentication information', system error: 0
Server error log:
[Warning] Could not read packet: fd: 1424 state: 1 read length: 4 errno: 0 vio_errno: 1158 length: -1
Tried various versions of the client. It seems that all versions from server < 11.4.1 do work with the server 11.4.5, all clients from server versions >= 11.4.1 do not work.
I specified the server variable connect_timeout = 1000 and tested the client 11.4.5 with varous options:
a) --ssl=0
Connection established immediately
b) -ssl=1 --ssl-verify-server-cert=1
Connection established after 12 seconds
c) --ssl=1 --ssl-verify-server-cert=0
Connection established immediately
Attachments
Issue Links
- relates to
-
MDEV-36267 AWS - Windows Server 2022: Considerable performance degradation for read or write operations after upgrading from mariaDB level 10.11 to 11.4
-
- Needs Feedback
-
gerhard.pauls, do you use own certificate, or is this server-generated one? are there ssl-cert and ssl-key in the my.ini?