From node.js - SSL Error - Alert number 80 - When calling server from client - Stack Overflow it seems this is:
An internal error unrelated to the peer or the correctness of the protocol (such as a memory allocation failure) makes it impossible to continue. This message is always fatal.
What version of the Node runtime are you using? It’s possible that upgrading to a newer runtime version may address this.
If upgrading happens to surface a new type of error such as SSL routines:final_renegotiate:unsafe legacy renegotiation disabled
, I have an article on how to address that one