mixu/npm_lazy

Error: SELF_SIGNED_CERT_IN_CHAIN

Closed this issue · 1 comments

I'm using my own npm registry with a self-signed cert. Is there a setting to allow that?

npm_lazy at localhost port 8080
Fetch failed (1/5): https://npm.dylangreene.com/matchdep [Error: SELF_SIGNED_CERT_IN_CHAIN]
...
mixu commented

Fixed in bfae8ad

Added a new config option called rejectUnauthorized which can be toggled to allow https requests with ssl cert checks.

Published as v1.0.2 in npm