Sending email cause server to crash with "certificate has expired" error

Sending email was working fine untill this morning when I upgrade Meteor to 1.4.4.1.
Luckily, i have committed my code to git. So, i rolled back to commit before meteor upgrade and email sending has working again.

Is it anything related to new Meteor version?

Error cause server to crash as follow , I was not using any SSL or anything.

events.js:141
W20170413-21:02:20.736(10)? (STDERR) throw er; // Unhandled ‘error’ event
W20170413-21:02:20.736(10)? (STDERR) ^
W20170413-21:02:20.737(10)? (STDERR)
W20170413-21:02:20.737(10)? (STDERR) Error: certificate has expired
W20170413-21:02:20.737(10)? (STDERR) at Error (native)
W20170413-21:02:20.738(10)? (STDERR) at TLSSocket. (_tls_wrap.js:1063:38)
W20170413-21:02:20.738(10)? (STDERR) at emitNone (events.js:67:13)
W20170413-21:02:20.739(10)? (STDERR) at TLSSocket.emit (events.js:166:7)
W20170413-21:02:20.739(10)? (STDERR) at TLSSocket._init.ssl.onclienthello.ssl.oncertcb.TLSSocket._finishInit (_tls_wrap.js:621:8)
W20170413-21:02:20.740(10)? (STDERR) at TLSWrap.ssl.onclienthello.ssl.oncertcb.ssl.onnewsession.ssl.onhandshakedone (_tls_wrap.js:453:38)
=> Exited with code: 1

1 Like

anyone knows what caused this, please?

1 Like

Did you solve this? I’ve got the same…

No. It seems to be due to new version’s issue. I have downgraded back. And Meteor forum is really not helpful too.

Yes…git saved me too…