From 908c93005f10ea0c90d14e2ddf76bb38701c9606 Mon Sep 17 00:00:00 2001 From: Martins Abele Date: Fri, 21 Feb 2020 12:10:02 +0200 Subject: .......PS. [ZBXNEXT-5641] changed error handling --- conf/zabbix_proxy.conf | 4 ++-- conf/zabbix_server.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf index 5c0b9529476..aba6694354c 100644 --- a/conf/zabbix_proxy.conf +++ b/conf/zabbix_proxy.conf @@ -765,8 +765,8 @@ StatsAllowedIP=127.0.0.1 # DBTLSKeyFile= ### Option: DBTLSCAFile -# Full pathname of a file containing the top-level CA(s) certificates for -# database server certificate verification. +# The path name of the Certificate Authority (CA) certificate file. +# MySQL: This option, if used, must specify the same certificate used by the server. # Supported only for MySQL and Postgres # # Mandatory: no (yes, if DBTLSMode set to one of: verify_ca, verify_full) diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf index 861ac956cf6..6040bcb0a3a 100644 --- a/conf/zabbix_server.conf +++ b/conf/zabbix_server.conf @@ -749,8 +749,8 @@ StatsAllowedIP=127.0.0.1 # DBTLSKeyFile= ### Option: DBTLSCAFile -# Full pathname of a file containing the top-level CA(s) certificates for -# database server certificate verification. +# The path name of the Certificate Authority (CA) certificate file. +# MySQL: This option, if used, must specify the same certificate used by the server. # Supported only for MySQL and Postgres # # Mandatory: no (yes, if DBTLSMode set to one of: verify_ca, verify_full) -- cgit v1.2.3