mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
84f99acbe8
it no longer supports TLSv1.0
26 lines
788 B
Text
26 lines
788 B
Text
#default is highest available version: TLSv1.2
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
# TLSv1.2
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
# TLSv1.1
|
|
Variable_name Value
|
|
Ssl_version TLSv1.1
|
|
# if a gap is between TLS versions, lowest version number should be used (TLS1.1)
|
|
Variable_name Value
|
|
Ssl_version TLSv1.1
|
|
# TLSv1.3 is not enabled, so TLSv1.2 should be used
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
# Highest TLS version number should be used (TLSv1.2)
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
# TLS v1.0 is no longer supported, an attempt to set it is ignored
|
|
Variable_name Value
|
|
Ssl_version TLSv1.2
|
|
# finally list available protocols
|
|
@@tls_version
|
|
TLSv1.1,TLSv1.2
|
|
call mtr.add_suppression("TLSv1.0 and TLSv1.1 are insecure");
|
|
FOUND 1 /TLSv1.0 and TLSv1.1 are insecure/ in mysqld.1.err
|