I'm using BlynkSimpleEsp32_SSL.h What am i doing wrong Please help

1172] IP: 192.168.1.29
[1172]
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ / '/
/
//_, /////_
/
__/ v0.5.8 on ESP32

[1183] Connecting to blynk-cloud.com:8441
[1580] Secure connection failed

@mornep please make public posts, not private messages to me.
Also, when you post code, compiler messages or serial output you need to use triple backticks at the beginning and end so that it displays correctly.

I assume that you have the latest version of the Blynk C++ library installed (v1.3.2). Your compiler is picking-up a much earlier version of the library, probably because you have Blynk for Chinese installed.
Un-install the Blynk for Chinese library and re-compile and you should see the latest library version displayed in the Blynk splash screen.

Pete.

1 Like

Thank you Newbie error