Is AWS IoT example works with WIZnet ethernet adapter only ?
I am trying to use it with ESP8266 attached to Pico and always stuck on the TLS phase
I tried even to provision Elliptic Curve keys and certificate (that are smaller), but still with no success. I don't think it is even attempting to initiate TLS connection with given CA, cert, and key options.
>echo(0);
=undefined
Connecting to WiFi
Connected
192.168.15.68
>Connecting with TLS...
Loading the CA root certificate...
Loading the Client certificate...
Loading the Client Key...
ERROR: Failed! mbedtls_ssl_setup returned -0x7f00
ERROR: Unable to create socket
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.
Is AWS IoT example works with WIZnet ethernet adapter only ?
I am trying to use it with ESP8266 attached to Pico and always stuck on the TLS phase
I tried even to provision Elliptic Curve keys and certificate (that are smaller), but still with no success. I don't think it is even attempting to initiate TLS connection with given CA, cert, and key options.