WiFiNINA connectSSL doesn't work

Hi all,

This problem has been driving me up the wall for a week now! I bought 3 new Arduino Nano 33 IoT boards that are all exhibiting the same issue. I'm trying to run the very simple WiFiSSL client example that comes with the WiFiNINA library, and none of the boards are able to connect to "google.com" (or any other HTTPS server) using SSL. I've tried updating the certificate using the firmware updater, and tried three different boards.

I'm having no issues at all connecting to any HTTP server on port 80, but as soon as I try and use connectSSL on port 443 to any HTTPS website the connection fails. Is there any kind of debug output I can squeeze out of the WiFiNINA library? I have tried absolutely everything I can think of and I can't work out what the issue is.

Thanks so much for any advice.

how it fails? connectSSL return false?

Yep, connectSSL returns false.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.