vshymanskyy / blynk-library-js

Blynk library for JS. Works with Browsers, Node.js, Espruino.
https://blynk.io/
MIT License
215 stars 67 forks source link

SSL Certificate handling and ECONNREFUSED handling #27

Closed mikejac closed 7 years ago

mikejac commented 7 years ago

1) Permit user to supply certificates in buffer rather than specifying filenames in SslClient. 2) Handle ECONNREFUSED errors in SslClient (avoid NodeJS from crashing).

vshymanskyy commented 7 years ago

Thank you!