WIP: Add ssl_min_version and ssl_max_version params#61
WIP: Add ssl_min_version and ssl_max_version params#61emiran-orange wants to merge 2 commits intofluent-plugins-nursery:masterfrom
Conversation
|
Hi @emiran-orange , fluent-plugin-remote-syslog has a runtime dependency on remote_syslog_sender. However, fluent-plugin-remote-syslog does not currently expose this option or pass it through when creating the tcpSender. As a result, users cannot configure the TLS version (e.g., TLSv1_3) via Fluentd configuration, even though Would it be possible to expose ssl_method as a config_param in fluent-plugin-remote-syslog and pass it through to remote_syslog_sender? |
Introduce
ssl_min_versionandssl_max_versionparams.By default (both unset), the current behaviour stands ('TLSv1_2' is used as default in reproio/remote_syslog_sender).
This requires reproio/remote_syslog_sender#6 to be merged and remote_syslog_sender to be released.
This should close #54