[rsyslog-notify] [rsyslog/rsyslog] Need CA file when both sender and receiver skip authentication (#1068)
Xie Zhipeng
notifications at github.com
Mon Jun 20 04:08:18 CEST 2016
```
/* sets the trusted cas file */
cafile = glbl.GetDfltNetstrmDrvrCAF();
if(cafile == NULL) {
errmsg.LogError(0, RS_RET_CA_CERT_MISSING, "error: ca certificate is not set, cannot "
"continue");
ABORT_FINALIZE(RS_RET_CA_CERT_MISSING);
}
```
Although it is a NOT RECOMMENDED case in RFC5425,
https://tools.ietf.org/html/rfc5425#page-10
it seems that we have no need to configure the CA file when using TLS module.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rsyslog/rsyslog/issues/1068
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.adiscon.net/pipermail/rsyslog-notify/attachments/20160619/7fa71093/attachment.html>
More information about the rsyslog-notify
mailing list