From 51c49ae0d0a86630237798ad9be04d5886c8c6c0 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Thu, 20 Feb 2025 10:48:52 +0100 Subject: [PATCH] Add config option for insecure ciphers to rest_command (#37576) --- source/_integrations/rest_command.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/rest_command.markdown b/source/_integrations/rest_command.markdown index 6824535e384..7b9ba7bec03 100644 --- a/source/_integrations/rest_command.markdown +++ b/source/_integrations/rest_command.markdown @@ -71,6 +71,11 @@ service_name: required: false type: boolean default: true + insecure_cipher: + description: Allow insecure ciphers for the request. This is useful for older servers/devices that do not support modern ciphers. + required: false + type: boolean + default: false {% endconfiguration %} ## Examples