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

    }

猜你喜欢

转载自www.cnblogs.com/chenying/p/13181894.html