I need some info on syslog communication using TLS. Could you please help me on that.
Currently we are using syslog communication without any security. That is using UDP protocol with the server listening on port number 514. This is unsecure. We want to use syslog over TLS that is over TCP with port number 6514. Just wanted to how can we achieve this.
As of now syslogd daemon is used. Please let me know whether same syslogd can be used with enhancement or syslogd should be replaced with other daemon.