Node.js服务器因TLS错误而崩溃

时间:2015-10-02 19:03:55

标签: node.js

运行我使用角度yeoman生成器创建的应用程序大约30分钟后,我收到此错误:

tls.js:182
      var commonNames = cert.subject.CN;
                                    ^

TypeError: Cannot read property 'CN' of undefined
    at Object.checkServerIdentity (tls.js:182:37)
    at TLSSocket.<anonymous> (_tls_wrap.js:1016:29)
    at emitNone (events.js:67:13)
    at TLSSocket.emit (events.js:166:7)
    at TLSSocket._finishInit (_tls_wrap.js:566:8)

我一直在阅读,似乎这可能是在最新版本的NodeJS中修复的,但与此同时有人知道导致此错误的原因是什么?

0 个答案:

没有答案