From 7bc801142f8ce44a8a2290980facdd6d9a235968 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sat, 15 Apr 2023 23:23:32 +0200 Subject: [PATCH] add ssl_cipher_list option (#26942) --- source/_integrations/rest.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/rest.markdown b/source/_integrations/rest.markdown index c776fc8fc7f..90461fcda09 100644 --- a/source/_integrations/rest.markdown +++ b/source/_integrations/rest.markdown @@ -132,6 +132,11 @@ verify_ssl: required: false type: boolean default: True +ssl_cipher_list: + description: Define the list of SSL ciphers to be accepted from this endpoint. `default` (_system default_), `modern` or `intermediate` (_inspired by [Mozilla Security/Server Side TLS](https://wiki.mozilla.org/Security/Server_Side_TLS)_). + required: false + type: string + default: default timeout: description: Defines max time to wait data from the endpoint. required: false