First one was (I think) a certificate in the wrong format?
The error code 0x7200 is An invalid SSL record was received. - I looked it up here: https://github.com/espruino/Espruino/blob/master/libs/crypto/mbedtls/include/mbedtls/ssl.h
An invalid SSL record was received.
Does it happen every time?
Are you using a Pico + ESP8266 for this, and you're using basically the same code?
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
First one was (I think) a certificate in the wrong format?
The error code 0x7200 is
An invalid SSL record was received.
- I looked it up here: https://github.com/espruino/Espruino/blob/master/libs/crypto/mbedtls/include/mbedtls/ssl.hDoes it happen every time?
Are you using a Pico + ESP8266 for this, and you're using basically the same code?