ews-javascript-api icon indicating copy to clipboard operation
ews-javascript-api copied to clipboard

UNABLE_TO_VERIFY_LEAF_SIGNATURE

Open IUlyana opened this issue 2 years ago • 1 comments
trafficstars

Good afternoon @gautamsi ! When creating / deleting /editing a contact, I get an error with such settings,

    ExchangeService.ConfigurationApi.ConfigureXHR(new XhrApi.ntlmAuthXhrApi(emailAddress, password, true));
    const service = new ExchangeService.ExchangeService();
    service.Credentials = new ExchangeService.WebCredentials(emailAddress, password);
    service.Url = new ExchangeService.Uri(url);

but the code works, it does not work to catch it in trycatch, please tell me the solution to the problem.How can I ignore it or fix it?

With the same settings when creating calendars and events, everything works well without errors

IUlyana avatar Jul 02 '23 07:07 IUlyana

What version of node you have, people have reported similar issues in node18, can you check if this works with node 16?

gautamsi avatar Jul 02 '23 14:07 gautamsi