[rsyslog-notify] Forum Thread: Re: TLS doesn't work for me - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Fri Jul 1 19:22:03 CEST 2016


User: gthagard 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26683#p26683

Message: 
----------
You raise a valid point but my config is pretty simple, just like from the
short guide.

LOGHOST
# make gtls driver the default
$DefaultNetstreamDriver gtls

# certificate files
$DefaultNetstreamDriverCAFile /etc/rsyslog-keys/ca.pem
$DefaultNetstreamDriverCertFile /etc/rsyslog-keys/cert.pem
$DefaultNetstreamDriverKeyFile /etc/rsyslog-keys/key.pem

$InputTCPServerStreamDriverAuthMode x509/name
$InputTCPServerStreamDriverPermittedPeer *.mydomain.com
$InputTCPServerStreamDriverMode 1
$InputTCPServerRun 10514

CLIENT
# certificate files - just CA for a client
$DefaultNetstreamDriverCAFile /etc/rsyslog-keys/ca.pem

# set up the action
$DefaultNetstreamDriver gtls
$ActionSendStreamDriverMode 1
$ActionSendStreamDriverAuthMode anon
*.* @@(o)loghost.mydomain.com:10514

Any help or insight is greatly appreciated.


More information about the rsyslog-notify mailing list