On Thu, 3 Aug 2023, Redbourne,Michael via rsyslog wrote:

I know rsyslog is using gnutls (default) with a recommendation for openssl and 
has support for TLS-encrypted TCP connections. Does rsyslog support 
TLS-encrypted UDP connections (specifically, inbound)?

No, TLS requires a stream of packets as the encryption for each packet changes based on the prior packets., UDP syslog has each packet handled completely independently, and packets can get reordered or dropped on the network before they are processed, so TLS really can't work.

David Lang
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to