javascript - Nodejs error: unable to get local issuer certificate -
i trying use exchange api (send mails, , create events) nodejs program.
i started trying node-ews
npm package, when attempted make request, got exception:
"unable local issuer certificate" "unable_to_get_issuer_cert_local".
i tried figure out while, when failed thought i'd try different approach - sending soap request.
i installed npm package easysoap
when tried make request got same error.
it seems i'm going through troubles in order make work. simple task perform, using .net library in c#. missing?
is there better method of doing that?
thank in advance.
**edit:
i have tried use fiddler try , see response exchange server, don't see request.
Comments
Post a Comment