[Maria-discuss] MySQL Workbench Issue
Hi All, I have a very strange problem here. I have mariadb 10.6.10 running on FreeBSD 13.1. I have SSL enabled globally. When I use MySQL workbench to log on from Windows 10 machines, I can authenticate but when I use the same credentials to log on from a Windows 2012 server, I cannot. I get the error user access denied. The credential is configured to log on from anywhere. Is there some kind of SSL/TLS incompatibility in Windows 2013 that anyone knows of? Any help would be appreciated. Best regards, SI
On 28.12.22 20:31, Software Info wrote: Is there some kind of SSL/TLS incompatibility in
Windows 2013 that anyone knows of? Any help would be appreciated.
as far as I remember it may only have supported TLS v1.0 back then, while MariaDB Server only accepts TLS v1.1 and up by default. See also: https://mariadb.com/kb/en/ssltls-system-variables/#tls_version -- Hartmut Holzgraefe, Principal Support Engineer (EMEA) MariaDB Corporation | http://www.mariadb.com/
participants (2)
-
Hartmut Holzgraefe
-
Software Info