TLS.PriorityString¶
Passes a custom GnuTLS priority string to control TLS parameters.
This parameter applies to omrelp: RELP Output Module.
- Name:
TLS.PriorityString
- Scope:
input
- Type:
string
- Default:
input=none
- Required?:
no
- Introduced:
at least 7.0.0, possibly earlier
Description¶
This parameter permits to specify the so-called “priority string” to GnuTLS. This string gives complete control over all crypto parameters, including compression setting. For this reason, when the prioritystring is specified, the “tls.compression” parameter has no effect and is ignored. Full information about how to construct a priority string can be found in the GnuTLS manual. At the time of this writing, this information was contained in section 6.10 of the GnuTLS manual. Note: this is an expert parameter. Do not use if you do not exactly know what you are doing.
Input usage¶
action(type="omrelp" target="centralserv" tls.priorityString="NORMAL")
See also¶
See also omrelp: RELP Output 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.