nmarus / node-ews

A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API.
MIT License
115 stars 52 forks source link

NTLMv2 missing on npmjs.org #123

Open bnilesh opened 4 years ago

bnilesh commented 4 years ago

Hi, am I missing anything? I am trying to install latest node-ews (3.4.2) for NTLMv2 support. But when I install using npm install node-ews, I don't see NTMLv2 related changes in library.

npmjs source (lib/auth/ntlm.js) https://npm.runkit.com/node-ews/lib/auth/ntlm.js?t=1594739140751 const when = require('when'); const ntlm = require('httpntlm'); const _ = require('lodash');

github source (https://raw.githubusercontent.com/CumberlandGroup/node-ews/master/lib/auth/ntlm.js) 'use strict';

const when = require('when'); const ntlm = require('ntlm-client'); const _ = require('lodash');

//metrics-registry = "http://registry.npmjs.org/" //I cannot install from github, as I am getting error. I can install other packages from npmjs.org //npm ERR! fatal: unable to access 'https://github.com/CumberlandGroup/node-ews.git/': SSL certificate problem: self signed certificate in certificate chain