(NodeJS) Blynk SSL authorization

I am using blynk cloud to connect my project,and after some time(sometimes hour,day,two day) my app is disconnected,and log say SSL not authorized…i tried 8441 and 8442 port but on both port SSL is active…how can i disable SSL and use plain tcp connection?

BlynkSimpleEsp8266.h and port 8442

Sorry i dont say that i use Rpi and Node.js.

i found some vshymanskyy client-tcp.js example and that work for TCP…

Yes, from here… https://github.com/vshymanskyy/blynk-library-js

OK, so is your issue resolved?

Yes :slight_smile: