⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
suite
/
x
/
r
/
View File Name :
connection_require_secure_transport.result
install plugin mysqlx soname "mysqlx.so"; call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key.."); call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed."); call mtr.add_suppression("Plugin mysqlx reported: ....: Unsuccessful login attempt: Secure transport required. To log in you must use TCP.SSL or UNIX socket connection"); Wait for the X Plugin before restarting the server Mysqlx.Ok { msg: "bye!" } ok Test different connection types while secure transport when the server was started with this flag set to ON # restart: --require_secure_transport=ON send Mysqlx.Session.AuthenticateStart { mech_name: "PLAIN" auth_data: "\000root\000" } Mysqlx.Session.AuthenticateOk { auth_data: "" } ok send Mysqlx.Connection.CapabilitiesSet { capabilities { capabilities { name: "tls" value { type: SCALAR scalar { type: V_BOOL v_bool: true } } } } } Mysqlx.Ok { } send Mysqlx.Session.AuthenticateStart { mech_name: "PLAIN" auth_data: "\000root\000" } Mysqlx.Session.AuthenticateOk { auth_data: "" } ok send Mysqlx.Session.AuthenticateStart { mech_name: "PLAIN" auth_data: "\000root\000" } Mysqlx.Error { severity: FATAL code: 1251 msg: "Invalid authentication method PLAIN" sql_state: "HY000" } not ok Application terminated with expected error: Secure transport required. To log in you must use TCP+SSL or UNIX socket connection. (code 1045) not ok SET GLOBAL require_secure_transport=OFF; send Mysqlx.Session.AuthenticateStart { mech_name: "PLAIN" auth_data: "\000root\000" } Mysqlx.Error { severity: FATAL code: 1251 msg: "Invalid authentication method PLAIN" sql_state: "HY000" } not ok send Mysqlx.Session.AuthenticateStart { mech_name: "PLAIN" auth_data: "\000root\000" } Mysqlx.Session.AuthenticateOk { auth_data: "" } ok Mysqlx.Ok { msg: "bye!" } ok UNINSTALL PLUGIN mysqlx;