Add config option for insecure ciphers to rest_command (#37576)

This commit is contained in:
Jan-Philipp Benecke 2025-02-20 10:48:52 +01:00 committed by GitHub
parent 6d836a0d1e
commit 51c49ae0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,6 +71,11 @@ service_name:
required: false required: false
type: boolean type: boolean
default: true 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 %} {% endconfiguration %}
## Examples ## Examples