sentinl webhook ssl https 忽略证书认证

Posted chenying

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sentinl webhook ssl https 忽略证书认证相关的知识,希望对你有一定的参考价值。

  "webhook" : {
     "method" : "POST", 
     "host" : "remote.server", 
     "port" : 9200, 
     "path" : "/{{payload.watcher_id}}", 
     "body" : "{{payload.watcher_id}}:{{payload.hits.total}}"
   strictSSL: false, // allow us to use our self-signed cert for testing
     rejectUnauthorized: false

    }

 

以上是关于sentinl webhook ssl https 忽略证书认证的主要内容,如果未能解决你的问题,请参考以下文章

kibana+sentinl 6.2.4实现钉钉邮件告警

连接到 Telegram Bot API 的 webhook 出现问题

如何在 PHP 中验证 Paypal webhook 签名?

Telegram 向 webhook 发送重复的 POST JSON 请求

逻辑应用中的 Webhook 与 Http 请求

服务器无法访问到 Jenkins 的 SonarQube Webhook