From 2d1887375047b6516ff2d01200a58028fa239261 Mon Sep 17 00:00:00 2001 From: John Cantu Date: Sun, 15 Dec 2019 23:18:32 -0800 Subject: [PATCH] Add changes from feature branch --- source/configuration/modules/omfwd.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/configuration/modules/omfwd.rst b/source/configuration/modules/omfwd.rst index 0b2bb7439..a1115c37d 100644 --- a/source/configuration/modules/omfwd.rst +++ b/source/configuration/modules/omfwd.rst @@ -494,6 +494,26 @@ StreamDriver.PrioritizeSAN Whether to use stricter SAN/CN matching. (driver-specific) +StreamDriverRemoteSNI +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. csv-table:: + :header: "type", "default", "mandatory", "|FmtObsoleteName| directive" + :widths: auto + :class: parameter-table + + "string", "none", "no", "none" + +This allows you to specify a custom SNI to be sent to the remote server +during TLS negotiation. + +If no SNI is specified, rsyslog's behavior is determined by the "target" +parameter: + +- If the target is an IP address, rsyslog will not send an SNI. +- Otherwise, rsyslog will use the hostname given in "target" as the SNI. + + ResendLastMSGOnReconnect ^^^^^^^^^^^^^^^^^^^^^^^^