sentinl webhook ssl https 忽略证书认证
2021-02-01 11:14
标签:div path sign bsp col color pre str 认证 sentinl webhook ssl https 忽略证书认证 标签:div path sign bsp col color pre str 认证 原文地址:https://www.cnblogs.com/chenying/p/13181894.html "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 忽略证书认证
文章链接:http://soscw.com/index.php/essay/49458.html