Error: Read Econnreset At Tlswrap.onstreamread
I am trying to send an email in my nodejs app using @sendgrid/email library but when I try to send an email I am getting the following error: { Error: read ECONNRESET at TLS
Solution 1:
Check if you are behind proxy. This error occurs when your sending machine is not able to connect to sendgrid api server.
Post a Comment for "Error: Read Econnreset At Tlswrap.onstreamread"