mooch icon indicating copy to clipboard operation
mooch copied to clipboard

This is awesome! (getting an intermittent error though)

Open howardroark opened this issue 11 years ago • 0 comments

I'm getting this issue when running locally and on Heroku. It is intermittent. I'm working from the master branch. Any thoughts?

[2014-09-29T17:35:09-04:00] [info] Obtaining bearer token.
[2014-09-29T17:35:10-04:00] [info] Successfully obtained bearer token.
[2014-09-29T17:35:10-04:00] [info] Listening on port 8000.

stream.js:94
      throw er; // Unhandled stream error in pipe.
            ^
Error: Hostname/IP doesn't match certificate's altnames
    at SecurePair.<anonymous> (tls.js:1376:23)
    at SecurePair.emit (events.js:92:17)
    at SecurePair.maybeInitFinished (tls.js:979:10)
    at CleartextStream.read [as _read] (tls.js:471:13)
    at CleartextStream.Readable.read (_stream_readable.js:340:10)
    at EncryptedStream.write [as _write] (tls.js:368:25)
    at doWrite (_stream_writable.js:225:10)
    at writeOrBuffer (_stream_writable.js:215:5)
    at EncryptedStream.Writable.write (_stream_writable.js:182:11)
    at write (_stream_readable.js:601:24)

It seems to result in a fatal error that the service does not recover from.

howardroark avatar Sep 29 '14 21:09 howardroark