tls¶
Enables TLS encryption for RELP connections handled by this listener.
This parameter applies to imrelp: RELP Input Module.
- Name:
tls
- Scope:
input
- Type:
boolean
- Default:
input=off
- Required?:
no
- Introduced:
Not documented
Description¶
If set to “on”, the RELP connection will be encrypted by TLS, so that the data
is protected against observers. Please note that both the client and the server
must have set tls to either “on” or “off”. Other combinations lead to
unpredictable results.
Attention when using GnuTLS 2.10.x or older
Versions older than GnuTLS 2.10.x may cause a crash (Segfault) under certain circumstances. Most likely when an imrelp inputs and an omrelp output is configured. The crash may happen when you are receiving/sending messages at the same time. Upgrade to a newer version like GnuTLS 2.12.21 to solve the problem.
Input usage¶
input(type="imrelp" port="2514" tls="on")
See also¶
See also imrelp: RELP Input Module.
Support: rsyslog Assistant | GitHub Discussions | GitHub Issues: rsyslog source project
Contributing: Source & docs: rsyslog source project
© 2008–2025 Rainer Gerhards and others. Licensed under the Apache License 2.0.