Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNABLE_TO_VERIFY_LEAF_SIGNATURE #426

Open
IUlyana opened this issue Jul 2, 2023 · 1 comment
Open

UNABLE_TO_VERIFY_LEAF_SIGNATURE #426

IUlyana opened this issue Jul 2, 2023 · 1 comment

Comments

@IUlyana
Copy link

IUlyana commented Jul 2, 2023

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

@gautamsi
Copy link
Owner

gautamsi commented Jul 2, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants