sendgridlabs / loggly-docker

Docker container for loggly (via syslog)
MIT License
44 stars 39 forks source link

TLS is implemented but not actually used #16

Closed ebr closed 9 years ago

ebr commented 9 years ago

TLS support is enabled in rsyslog.conf, but communication with Loggly still happens over port 514 and is not encrypted. This is likely because TLS support is enabled after the line that enables sending everything to Loggly.

ebr commented 9 years ago

@jonathan-short should this also be an option? I don't see anyone wanting to disable TLS on purpose. But LMK.

jonathan-short commented 9 years ago

I merged as-is without an option to disable; we can keep an eye out for feedback. Thanks!