petkaantonov / bluebird

:bird: :zap: Bluebird is a full featured promise library with unmatched performance.
http://bluebirdjs.com
MIT License
20.45k stars 2.33k forks source link

IO.js 2.2 build/SSL issue for Travis CI #637

Closed vitaly-t closed 9 years ago

vitaly-t commented 9 years ago

The latest version of Bluebird doesn't build on Travis CI any more, with IO.js 2.2:

WARNING: checksums are currently disabled for io.js
Now using io.js v2.2.0
$ node --version
v2.2.0
$ npm --version
2.11.0
$ nvm --version
0.23.3
5.19s$ npm install 
npm ERR! Linux 3.13.0-40-generic
npm ERR! argv "/home/travis/.nvm/versions/io.js/v2.2.0/bin/iojs" "/home/travis/.nvm/versions/io.js/v2.2.0/bin/npm" "install"
npm ERR! node v2.2.0
npm ERR! npm  v2.11.0
npm ERR! code ESSL
npm ERR! SSL Error: https://registry.npmjs.org/bluebird does not support SSL
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

Note this line: npm ERR! SSL Error: https://registry.npmjs.org/bluebird does not support SSL

Any idea why this is happening?

petkaantonov commented 9 years ago

This is an issue with npm and/or io.js.

vitaly-t commented 9 years ago

I was about to reply that I thought the same :) But lots of people are about to run into the same trouble, with the recent updates :)

petkaantonov commented 9 years ago

yes but there is literally nothing that is relevant to bluebird here or nothing that bluebird could do