[rsyslog-notify] Forum Thread: Re: Cannot decrypt TLS logs - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Wed Mar 12 17:14:38 CET 2014
User: mvoge
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24349#p24349
Message:
----------
Otherwise, you might want to try and change the order of the statements in
your /etc/rsyslog.conf file:
E.g. on the server:
[code:1ytizpm9]
$ModLoad imtcp
$DefaultNetstreamDriver gtls
$DefaultNetstreamDriverCAFile ...
$DefaultNetstreamDriverCertFile ...
$DefaultNetstreamDriverKeyFile ...
$InputTCPServerStreamDriverAuthMode x509/name
$InputTCPServerStreamDriverPermittedPeer
<CN-name-of-remote-machine-given-on-cert-creation>
$InputTCPServerStreamDriverMode 1
$InputTCPServerRun 514
[/code:1ytizpm9]
More information about the rsyslog-notify
mailing list