npm / npm-registry-client

http://npm.im/npm-registry-client
ISC License
264 stars 108 forks source link

ssl params ignored #98

Closed madbence closed 9 years ago

madbence commented 9 years ago

See npm/npm#7226.

initialize.js creates global agents. SSL params in the request are silently ignored because of this (according to core docs).

othiym23 commented 9 years ago

Thanks. This is a regression due to 4701a29bcda41bc14aa91f361dd0d576e24677d7, which addresses a change in Node 0.11.x / io.js 1.0.x. I'm trying to get a fix out for this today.