You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
//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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: