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

NTLMv2 missing on npmjs.org #123

Open
bnilesh opened this issue Jul 14, 2020 · 0 comments
Open

NTLMv2 missing on npmjs.org #123

bnilesh opened this issue Jul 14, 2020 · 0 comments

Comments

@bnilesh
Copy link

bnilesh commented Jul 14, 2020

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

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

1 participant