运行我使用角度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中修复的,但与此同时有人知道导致此错误的原因是什么?