SV-235186r638812_rule
V-235186
SRG-APP-000441-DB-000378
MYS8-00-011300
CAT II
10
Turn on require_secure_transport. In this mode the server permits only TCP/IP connections encrypted using TLS/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.
set persist require_secure_transport=ON;
If the data owner does not have a strict requirement for ensuring data integrity and confidentiality is maintained at every step of the data transfer and handling process, this is not a finding.
Run the following:
select @@require_secure_transport;
The value should be 1 (ON) versus 0 (OFF), if the value is 0 (OFF), this is a finding.
V-235186
False
MYS8-00-011300
If the data owner does not have a strict requirement for ensuring data integrity and confidentiality is maintained at every step of the data transfer and handling process, this is not a finding.
Run the following:
select @@require_secure_transport;
The value should be 1 (ON) versus 0 (OFF), if the value is 0 (OFF), this is a finding.
M
5277