我正在使用node.js request.js到達(dá)api。我收到這個(gè)錯(cuò)誤[錯(cuò)誤:UNABLE_TO_VERIFY_LEAF_SIGNATURE]我所有的憑據(jù)都是準(zhǔn)確有效的,并且服務(wù)器還不錯(cuò)。我對(duì)郵遞員提出了相同的要求。request({ "url": domain+"/api/orders/originator/"+id, "method": "GET", "headers":{ "X-API-VERSION": 1, "X-API-KEY": key },}, function(err, response, body){ console.log(err); console.log(response); console.log(body);});此代碼僅在可執(zhí)行腳本ex中運(yùn)行。node ./run_file.js,那是為什么?是否需要在服務(wù)器上運(yùn)行?
無(wú)法驗(yàn)證葉子簽名
Helenr
2019-11-26 10:46:42