nxlog-ce-3.1.2319 AllowUntrusted not work ?


#1 Guillaume Morin (Last updated )

Hello, i used option AllowUntrusted TRUE with the ssl output module but i have still error ssl verification failed

ERROR SSL certificate verification failed: unable to get local issuer certificate

this option is not supposed to avoid this error ?

https://docs.nxlog.co/ce/current/index.html#om_ssl

My output conf:

<Output ssl>    

Module  om_ssl    

Host    mysyslogserverPort 514

AllowUntrusted TRUE

OutputType  Syslog_TLS

Exec        to_syslog_ietf();CAFile      

</Output>

regards

Guillaume

#2 gahorvath Nxlog ✓

Guillaume, 

would you please re-post your configuration in a code block?

It looks like you have an incomplete CAFile directive, but I am not sure as formatting is broken.

That aside AllowUntrusted should work on CE. CAFile is not necessary if you disable certificate checking.