fluent-plugins-nursery / fluent-plugin-remote_syslog

Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)
https://github.com/dlackty/fluent-plugin-remote_syslog
MIT License
68 stars 53 forks source link

WIP: Expose :ssl_method param to change default from remote_syslog_sender #60

Closed emiran-orange closed 5 months ago

emiran-orange commented 5 months ago

With this PR ssl_method param can be set to something other than TLS1.2 (which is the default)

Probably fixes #54

emiran-orange commented 5 months ago

After further reading TLS1.3 is not available through this variable...