From 2b908177d3b13445b7606a9695bd8b9652f18f83 Mon Sep 17 00:00:00 2001 From: Eldar Nash Date: Fri, 5 Jan 2024 10:27:15 +0100 Subject: [PATCH] [4.5] Adds ssl-version to the network/syslog drivers --- .../tlsoptions/_index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/chapter-encrypted-transport-tls/tlsoptions/_index.md b/content/chapter-encrypted-transport-tls/tlsoptions/_index.md index 596fb5ee..ec7a7eef 100644 --- a/content/chapter-encrypted-transport-tls/tlsoptions/_index.md +++ b/content/chapter-encrypted-transport-tls/tlsoptions/_index.md @@ -4,7 +4,7 @@ weight: 900 --- -The AxoSyslog application can encrypt incoming and outgoing syslog message flows using TLS if you use the `network()` or `syslog()` drivers. +This page describes the TLS-related options of the `network()` and `syslog()` drivers. Where applicable, other drivers also support encrypted transport, see the documentation of the other drivers for details. {{% alert title="Note" color="info" %}} @@ -338,6 +338,17 @@ The following destination explicitly disables SSL and TLSv1.0 }; ``` +## ssl-version() + +| | | +| -------- | ------------------------------ | +| Type: | string | +| Default: | None, uses the libcurl default | + +Available in {{% param "product_name" %}} version 4.5.0 and later. + +*Description:* Specifies the permitted SSL/TLS version. Possible values: `sslv2`, `sslv3`, `tlsv1`, `tlsv1_0`, `tlsv1_1`, `tlsv1_2`, `tlsv1_3`. + ## trusted-dn() {#tls-options-trusted-dn} | | |