rsyslog/tests/testsuites/imtcp_conndrop_tls.conf
Andre Lorbach 6d14c8620d testsuite: Fixed imtcp_conndrop_tls tests to use TLS
Tests did not use TLS properly. Also created a configuration for
imtcp conndrop tls based on imtcp-tls-basic test.
2015-11-27 07:39:45 -08:00

22 lines
629 B
Plaintext

# simple async writing test
# rgerhards, 2010-03-09
$MaxMessageSize 10k
$IncludeConfig diag-common.conf
$ModLoad ../plugins/imtcp/.libs/imtcp
$MainMsgQueueTimeoutShutdown 10000
# TLS Stuff - certificate files - just CA for a client
$DefaultNetstreamDriver gtls
$IncludeConfig rsyslog.conf.tlscert
$InputTCPServerStreamDriverMode 1
$InputTCPServerStreamDriverAuthMode anon
$InputTCPServerRun 13514
$template outfmt,"%msg:F,58:2%,%msg:F,58:3%,%msg:F,58:4%\n"
$template dynfile,"rsyslog.out.log" # trick to use relative path names!
$OMFileFlushOnTXEnd off
$OMFileFlushInterval 2
$OMFileIOBufferSize 256k
local0.* ?dynfile;outfmt