ESP8266 disconnects when using SSL setting

Done

There is a default, and it was to have been corrected but somehow got missed…

However, it is easy enough for you to manually place in your Blynk.begin() or Blynk.config() commands.

Blynk.begin(auth, ssid, pass, "blynk-cloud.com", 443);

1 Like