fluent / fluent-logger-node

A structured logger for Fluentd (Node.js)
Apache License 2.0
259 stars 83 forks source link

Support TLS #92

Closed jdirwin closed 6 years ago

jdirwin commented 6 years ago

This PR adds support for TLS to allow securely connecting to a Fluent server in secure_forward mode.

Add tls option to enable tls over fluent socket Add tlsOptions option to pass additional tls related options to tls.connect Duplicate FluentSender tests for tls case

okkez commented 6 years ago

Thanks!! I will check this PR in this week.

okkez commented 6 years ago

Thanks!!

okkez commented 6 years ago

Released v2.7.0