Information
MariaDB supports multiple encryption ciphers. Ciphers can vary in strength, speed and overhead.
Requiring clients attempting to connect to MariaDB to use strong ciphers protects data in transit.
Solution
Set ssl_cipher to one or more approved cipher suites in your MariaDB configuration file, then restart MariaDB.
For example, set:
ssl_cipher='ECDHE-ECDSA-AES128-GCM-SHA256'
Impact:
Connections attempting to use an unsupported cipher will fail.