ews-javascript-api
ews-javascript-api copied to clipboard
UNABLE_TO_VERIFY_LEAF_SIGNATURE
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
What version of node you have, people have reported similar issues in node18, can you check if this works with node 16?