From 0bdf9e2ee7c041874b9e6d369c7ca836f06e0e3c Mon Sep 17 00:00:00 2001 From: Norbert Varzariu Date: Sun, 21 Mar 2021 20:30:28 +0100 Subject: [PATCH] update docs on check_hostname corresponding to mysqls cli --ssl switch (#123) Signed-off-by: Norbert Varzariu --- plugins/doc_fragments/mysql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/mysql.py b/plugins/doc_fragments/mysql.py index a9c3a99..6d7a546 100644 --- a/plugins/doc_fragments/mysql.py +++ b/plugins/doc_fragments/mysql.py @@ -64,7 +64,7 @@ options: aliases: [ ssl_key ] check_hostname: description: - - Whether to validate the server host name when an SSL connection is required. + - Whether to validate the server host name when an SSL connection is required. Corresponds to MySQL CLIs C(--ssl) switch. - Setting this to C(false) disables hostname verification. Use with caution. - Requires pymysql >= 0.7.11. - This optoin has no effect on MySQLdb.