The status variables listed on this page relate to encrypting data during transfer with the Transport Layer Security (TLS) protocol. Often, the term Secure Socket Layer (SSL) is used interchangeably with TLS, although strictly speaking, the SSL protocol is a predecessor to TLS and is no longer considered secure.
For compatibility reasons, the TLS status variables in MariaDB still use the Ssl_
prefix, but MariaDB only supports its more secure successors. For more information on SSL/TLS in MariaDB, see Secure Connections Overview.
Ssl_accept_renegotiates
FLUSH STATUS
. numeric
Ssl_accepts
FLUSH STATUS
. numeric
Ssl_callback_cache_hits
FLUSH STATUS
. numeric
Ssl_cipher
string
Ssl_cipher_list
string
Ssl_client_connects
FLUSH STATUS
. numeric
Ssl_connect_renegotiates
FLUSH STATUS
. numeric
Ssl_ctx_verify_depth
FLUSH STATUS
. numeric
Ssl_ctx_verify_mode
FLUSH STATUS
. numeric
Ssl_default_timeout
numeric
Ssl_finished_accepts
FLUSH STATUS
. numeric
Ssl_finished_connects
FLUSH STATUS
. numeric
Ssl_server_not_after
numeric
MariaDB 10.0
Ssl_server_not_before
numeric
MariaDB 10.0
Ssl_session_cache_hits
FLUSH STATUS
. numeric
Ssl_session_cache_misses
FLUSH STATUS
. numeric
Ssl_session_cache_mode
string
Ssl_session_cache_overflows
FLUSH STATUS
. numeric
Ssl_session_cache_size
FLUSH STATUS
. numeric
Ssl_session_cache_timeouts
FLUSH STATUS
. numeric
Ssl_sessions_reused
FLUSH STATUS
. numeric
Ssl_used_session_cache_entries
FLUSH STATUS
. numeric
Ssl_verify_depth
numeric
Ssl_verify_mode
numeric
Ssl_version
string
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/ssl-status-variables/