You are reading a single comment by @yona75 and its replies. Click here to read the full conversation.
  • 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
    
About

Avatar for yona75 @yona75 started