Hi folks,
The syslogtag in my remote log (phpLogCon) has ugly data like this: #026#003#002#000O#001#000#000K...
Other remote hosts are working fine. I've just compiled 4.1.7 with gnutls on a debian lenny system. I'm using the same cert process I've used before, but can't trip onto what I'm missing.
My config file is: rsyslog.conf:
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
$DefaultNetstreamDriverCAFile /var/lib/puppet/ssl/certs/ca.pem
$ModLoad /usr/lib/rsyslog/lmnsd_gtls.so
$DefaultNetstreamDriver gtls # use gtls netstream driver
$ActionSendStreamDriverMode 1 # require TLS for the connection
$ActionSendStreamDriverAuthMode anon # server is NOT authenticated
*.* @@(o)MYHOST.COM:10514 # send (all) messages
On the host (MYHOST.COM), the log has:
2009-06-12T02:48:36.269942-04:00 200.106.144.90 #026#003#002#000O#001#000#000K#003#002J1�I#005#003R`'�,W�gM�xɼ�f�!�#027Fw�E��#000#000$#0003#000E#0009#000�#000#026#0002#000D#0008#000�#000#023#000f#000/#000A#0005#000�
2009-06-12T02:52:33.234462-04:00 200.106.144.90 #026#003#002#000O#001#000#000K#003#002J1�6�#033g#015���gÑ#016#027�G\_kt#014�K#001�#037��#000#000$#0003#000E#0009#000�#000#026#0002#000D#0008#000�#000#023#000f#000/#000A#0005#000�
Where can I look next?


