MySQL Forums
Forum List  »  Security

Re: Error connecting through SSH Tunnel
Posted by: Georgi Kodinov
Date: December 06, 2017 05:19AM

Thanks for the SHOW CREATE USER.
Ok, so it's native authentication. All good so far.
https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_require_secure_transport
says:

Whether client connections to the server are required to use some form of secure transport. When this variable is enabled, the server permits only TCP/IP connections that use SSL, or connections that use a socket file (on Unix) or shared memory (on Windows). The server rejects nonsecure connection attempts, which fail with an ER_SECURE_TRANSPORT_REQUIRED error.

This doesn't include a TCP connection over an SSH tunnel. Mostly because the server can't detect that.

Options: ReplyQuote


Subject
Views
Written By
Posted
1592
December 06, 2017 03:04AM
567
December 06, 2017 05:01AM
Re: Error connecting through SSH Tunnel
730
December 06, 2017 05:19AM
523
December 06, 2017 05:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.