aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/index.js')
-rw-r--r--deps/npm/node_modules/npm-registry-client/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/index.js b/deps/npm/node_modules/npm-registry-client/index.js
index 8d321b8699..c2d50b6c0a 100644
--- a/deps/npm/node_modules/npm-registry-client/index.js
+++ b/deps/npm/node_modules/npm-registry-client/index.js
@@ -58,6 +58,8 @@ function RegClient (conf) {
var token = this.conf.get('_token')
this.couchLogin = new CouchLogin(registry, token)
this.couchLogin.proxy = this.conf.get('proxy')
+ this.couchLogin.strictSSL = this.conf.get('strict-ssl')
+ this.couchLogin.ca = this.conf.get('ca')
}
this.log = conf.log || conf.get('log') || npmlog