From 4248047e1ddc5ba437888d047060da438a4d72c0 Mon Sep 17 00:00:00 2001 From: Filipe Pina <636320+fopina@users.noreply.github.com> Date: Sat, 15 May 2021 19:29:42 +0100 Subject: [PATCH] add ssl support to tcp integration (#17045) --- source/_integrations/tcp.markdown | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/_integrations/tcp.markdown b/source/_integrations/tcp.markdown index b6e4cf66d1e..d7c9b63814a 100644 --- a/source/_integrations/tcp.markdown +++ b/source/_integrations/tcp.markdown @@ -67,6 +67,16 @@ buffer_size: required: false default: "`1024`" type: integer +ssl: + description: If `true`, use SSL/TLS. + required: false + default: false + type: boolean +verify_ssl: + description: Set this to `false` if the server is using a self-signed certificate. + required: false + default: true + type: boolean {% endconfiguration %} ### Examples @@ -193,4 +203,14 @@ timeout: required: false type: integer default: 10 +ssl: + description: If `true`, use SSL/TLS. + required: false + default: false + type: boolean +verify_ssl: + description: Set this to `false` if the server is using a self-signed certificate. + required: false + default: true + type: boolean {% endconfiguration %}