Re: [rsyslog] TLS errors with rsyslog

2023-07-06 Thread Andrew Cowan via rsyslog
ndrew From: David Lang Sent: Friday, 7 July 2023 11:44 am To: Andrew Cowan via rsyslog Cc: Andrew Cowan Subject: Re: [rsyslog] TLS errors with rsyslog you cannot do both encrypted and unencrypted traffic on the same port, you have to pick which you use. If you try to do a health check to

Re: [rsyslog] TLS errors with rsyslog

2023-07-06 Thread David Lang via rsyslog
you cannot do both encrypted and unencrypted traffic on the same port, you have to pick which you use. If you try to do a health check to that port, you will either get an error like you are describing, or you will need to do the check via TLS. depending on how you have rsyslog configured, it