⚝
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
/
t
/
View File Name :
ssl_cipher.test
--source include/not_embedded.inc # Turn on ssl between the client and server # and run a number of tests --echo # --echo # BUG#11760210 - SSL_CIPHER_LIST NOT SET OR RETURNED FOR "SHOW STATUS LIKE 'SSL_CIPHER_LIST'" --echo # -- source include/have_ssl.inc # Save the initial number of concurrent sessions --source include/count_sessions.inc --echo # must return DHE-RSA-AES256-SHA # need to use mysql since mysqltest doesn't support --ssl-cipher --exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher'; SHOW STATUS LIKE 'Ssl_cipher_list'" --ssl-mode=REQUIRED --ssl-cipher=DHE-RSA-AES256-SHA --echo # must fail since the default SSL cipher is not compatible --error 1 --exec $MYSQL --host=localhost --ssl-cipher=AES128-RMD:DES-CBC3-RMD -e "SHOW STATUS LIKE 'Ssl_cipher'; SHOW STATUS LIKE 'Ssl_cipher_list'" --ssl-mode=REQUIRED # Wait till all disconnects are completed --source include/wait_until_count_sessions.inc