Re: Error connecting through SSH Tunnel
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.
Subject
Views
Written By
Posted
1714
December 06, 2017 03:04AM
883
December 06, 2017 04:25AM
604
December 06, 2017 05:01AM
Re: Error connecting through SSH Tunnel
775
December 06, 2017 05:19AM
568
December 06, 2017 05:23AM
811
February 28, 2018 07:54AM
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.