Skip to content

Instantly share code, notes, and snippets.

@silend
Created March 25, 2013 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silend/5234192 to your computer and use it in GitHub Desktop.
Save silend/5234192 to your computer and use it in GitHub Desktop.
jitsu deploy error
error: Error running command deploy
error: Hostname/IP doesn't match certificate's altnames
error: Error: Hostname/IP doesn't match certificate's altnames
error: at SecurePair.<anonymous> (tls.js:1279:23)
error: at SecurePair.EventEmitter.emit (events.js:92:17)
error: at SecurePair.maybeInitFinished (tls.js:887:10)
error: at CleartextStream.read [as _read] (tls.js:421:15)
error: at CleartextStream.Readable.read (_stream_readable.js:293:10)
error: at EncryptedStream.write [as _write] (tls.js:330:25)
error: at doWrite (_stream_writable.js:211:10)
error: at writeOrBuffer (_stream_writable.js:201:5)
error: at EncryptedStream.Writable.write (_stream_writable.js:172:11)
error: at write (_stream_readable.js:547:24)
error: at flow (_stream_readable.js:556:7)
error: at Socket.pipeOnReadable (_stream_readable.js:588:5)
@silend
Copy link
Author

silend commented Mar 25, 2013

solved:
it was an issue with a previously upgrade nodejs version. the error happened with v0.10.1, after the downgrade to v0.8.22 everything worked fine again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment