我可以通过提供-ssl选项,而无需任何证书,从Sequel (参见)和控制台连接到MySQL/MariaDB。$ mysql -u myusername -p -h 10.123.45.67 --sslWelcome to the MariaDB monitor.不使用--ssl进行连接是不可能的,因为用户需要SSL:Enter password:
ERROR
42.536-0700 I NETWORK [conn5] AssertionException handling request, closing client connection: 17132 SSLhandshake received but server is started without SSL support
有人知道我做错了什么吗。