美文网首页
filebeat SSL配置debug

filebeat SSL配置debug

作者: RaferYY | 来源:发表于2017-10-31 18:25 被阅读0次

阿里云的kafka需要配置ssl和sasl,之前nodejs已经撸过没问题

配置在filebeat就一直报错,ssl的ca一直提示出错

curl -v --cacert ca-cert https://kafka-cn-beijing.aliyun.com:8080

这样看,确实ca也是没匹配上这个域名,那之前是为啥可以的。。。

结论:

# 取消证书有效性校验

ssl.verification_mode: none

。。。。无语

相关文章

网友评论

      本文标题:filebeat SSL配置debug

      本文链接:https://www.haomeiwen.com/subject/zxbbpxtx.html