ESP32-audioI2S icon indicating copy to clipboard operation
ESP32-audioI2S copied to clipboard

WiFiClientSecure fails just by having the Audio object created

Open codegrue opened this issue 1 year ago • 0 comments

Doing nothing more than having this line:

Audio audio;

Causes all SSL API calls to fail with either memory issue or certificate verification failure:

[start_ssl_client():273]: (-9984) X509 - Certificate verification failed, e.g. CRL, CA or signature check failed

I suspected the heap getting too small, but I still have 40000 bytes. Are there any known interactions between ESP32-audioI2S and WifiClientSecure?

codegrue avatar Feb 13 '24 02:02 codegrue