timanrebel / HockeyApp

Appcelerator Titanium module wrapping the HockeyApp SDK
25 stars 19 forks source link

stream.js error #10

Closed mmeester closed 9 years ago

mmeester commented 9 years ago

Tried to install hockeyapp but getting the following error, installing "dk.napp.drawer" (for example) works.

$ gittio install nl.rebelic.hockeyapp [INFO] nl.rebelic.hockeyapp searching... [ERROR] nl.rebelic.hockeyapp:commonjs no distributable available [INFO] nl.rebelic.hockeyapp@0.3.0:android downloading... [INFO] nl.rebelic.hockeyapp@0.4.2:ios downloading...

stream.js:94 throw er; // Unhandled stream error in pipe. ^ Error: CERT_UNTRUSTED at SecurePair. (tls.js:1381:32) at SecurePair.emit (events.js:92:17) at SecurePair.maybeInitFinished (tls.js:980:10) at CleartextStream.read as _read at CleartextStream.Readable.read (_stream_readable.js:341:10) at EncryptedStream.write as _write at doWrite (_stream_writable.js:226:10) at writeOrBuffer (_stream_writable.js:216:5) at EncryptedStream.Writable.write (_stream_writable.js:183:11) at write (_stream_readable.js:602:24)

timanrebel commented 9 years ago

@FokkeZB Do you have any idea? Looks like it is gitt.io related?

FokkeZB commented 9 years ago

It is. Looks like the SSL certificate of GitHub was rejected while downloading the module. Never seen this. Also weird to hear other modules do work since they all download distributions from the same server.

yuchi commented 9 years ago

Could this be some proxy related thing?

timanrebel commented 9 years ago

Let us continue on https://github.com/FokkeZB/gittio/issues/81