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-18 18:07:53 +0300
committerMartins Abele <martins.abele@zabbix.com>2020-02-18 18:07:53 +0300
commit088bf4ca4d8d43e57b5709cb5c89e08510ef2030 (patch)
tree58bfcb76972b226a5b8738c8f86a622c863098e0 /conf
parentbdd42388f2dd89e47abddcf116a482a8959d8086 (diff)
.......PS. [ZBXNEXT-5641] add server and proxy configuration parameter DBTLSCipher13
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf8
-rw-r--r--conf/zabbix_server.conf8
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index d1607a15d62..285c79e0d2e 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -780,3 +780,11 @@ StatsAllowedIP=127.0.0.1
# Mandatory no
# Default:
# DBTLSCipher=
+
+### Option: DBTLSCipher13
+# The list of encryption ciphersuites the client permits for connections that use TLSv1.3
+# Supported only for MySQL
+#
+# Mandatory no
+# Default:
+# DBTLSCipher13=
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index a0053586106..65745d5f6f9 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -764,3 +764,11 @@ StatsAllowedIP=127.0.0.1
# Mandatory no
# Default:
# DBTLSCipher=
+
+### Option: DBTLSCipher13
+# The list of encryption ciphersuites the client permits for connections that use TLSv1.3
+# Supported only for MySQL
+#
+# Mandatory no
+# Default:
+# DBTLSCipher13=