New ESP32 Arduino 2.0.2 board update package may be incompatible with BlynkSimpleEsp32_SSL.h

I’ve retested the new Arduino ESP32 Board package 2.0.2 with a different ESP32 processor and observed the same bad behavior with BlynkSimpleEsp32_SSL.h.

I connect to WiFi using WiFiMulti.h.

BlynkSimpleEsp32_SSL.h no longer connects to Blynk.

BlynkSimpleEsp32.h still connects fine. (No SSL connection to Blynk.)
Reverting to previous version of ESP32 2.0.1-RC1 board package works, too.

BlynkSimpleEsp8266_SSL.h works fine on an ESP8266.
BlynkSimpleEsp8266.h works fine on an ESP8266

Here’s the Blynk printout…
Hope this is helpful.

[15619] 
    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ v1.0.1 on ESP32

[15624] Connecting to blynk.cloud:443
[15845] Secure connection failed
[20625] Connecting to blynk.cloud:443
[20827] Secure connection failed
[25626] Connecting to blynk.cloud:443
[25827] Secure connection failed
[30627] Connecting to blynk.cloud:443
[30831] Secure connection failed

... my code sends a diagnostic to IFTTT - connection works ...

postToIFTTT called...
JSON POST is     <{ "value1" : " CANDLE-LAMP-32: checkBlynkAndWiFiConnections WiFi ON - Blynk OFF" }>
POST return code: 200
Response: Congratulations! You've fired the CANDLE_Signal event

... my code ...

[35633] Connecting to blynk.cloud:443
[35835] Secure connection failed