Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMartins Abele <martins.abele@zabbix.com>2020-02-27 14:25:20 +0300
committerMartins Abele <martins.abele@zabbix.com>2020-02-27 14:25:20 +0300
commitf5f31058e24f17db077ca8dcdec3f704ce40a649 (patch)
treecc10d144fa897d70dc283a3a4ab5c4fd1a4e9d43 /conf
parent946eee2b1257b672b54de2e6b5e096e440ddb3c0 (diff)
.......PS. [ZBXNEXT-2753] removed DBTLSConnect option 'preferred'
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf2
-rw-r--r--conf/zabbix_server.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index 3927edf80c0..fd540f4852d 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -739,7 +739,7 @@ StatsAllowedIP=127.0.0.1
### Option: DBTLSConnect
# Database connection TLS mode
-# Possible values: preferred, required, verify_ca, verify_full
+# Possible values: required, verify_ca, verify_full
# Supported only for MySQL and PostgreSQL
#
# Mandatory: no
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index f216a509f6c..9ddea064a2b 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -723,7 +723,7 @@ StatsAllowedIP=127.0.0.1
### Option: DBTLSConnect
# Database connection TLS mode
-# Possible values: preferred, required, verify_ca, verify_full
+# Possible values: required, verify_ca, verify_full
# Supported only for MySQL and PostgreSQL
#
# Mandatory: no