In MariaDB I am having this warning in the error log. Is there a way to resolve the issue without knowing the user name?
[Warning] Aborted connection 1101 to db: 'unconnected' user: 'unauthenticated' host: '127.0.0.1' (This connection closed normally without authentication)
mysql -u root -p -h mysite.com --protocol=TCP --ssl-ca=/pathto/client-ca-cert.pem --ssl-cert=/pathto/client-cert.pem --ssl-key=/pathto/client-key.pem --ssl-verify-server-cert