You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using fluent-logger with a fluentd instance on a remote host and would like to secure the data transfer using TLS.
On the fluentd side, I follow the instructions set here.
IIUC, there's no support for TLS/SSL on this package yet, and in order to get that, we need to wrap the socket when needed (e.g., given a parameter in the sender's constructor) as described here.
Please tell me if I'm getting something wrong here, and if not, may I submit a pull request with this functionality?
The text was updated successfully, but these errors were encountered:
I'd love to create a pull request and merge this code back here. Would love guidance and pointers for what I should change further in my code to do that.
Hi, I am currently pursuing an open source project that involves fluentd and python. I am reviewing the available packages, and I noticed @itaiMona fork - Will the PR make it into mainline?
Hi,
I'm using fluent-logger with a fluentd instance on a remote host and would like to secure the data transfer using TLS.
On the fluentd side, I follow the instructions set here.
IIUC, there's no support for TLS/SSL on this package yet, and in order to get that, we need to wrap the socket when needed (e.g., given a parameter in the sender's constructor) as described here.
Please tell me if I'm getting something wrong here, and if not, may I submit a pull request with this functionality?
The text was updated successfully, but these errors were encountered: