E (109296) esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7f00 E (109296) esp-tls: create_ssl_handle failed E (109296) esp-tls: Failed to open new connection E (109306) TRANS_SSL: Failed to open a new connection
How can I fix this error? Please, could you help me? thanks. cermak Espressif staff Posts:69 Joined:Thu Nov 01, 2018 8:32 am Re: mbedtls_ssl_setup returned -0x7f00 Postbycermak»Mon Apr 08, 2019 12:39 pm Hi, This return code means `MBEDTLS_ERR_SSL_ALLOC_FAILED`, so mbedtl...
E (109296) esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7f00 E (109296) esp-tls: create_ssl_handle failed E (109296) esp-tls: Failed to open new connection E (109306) TRANS_SSL: Failed to open a new connection E (109316) MQTT_CLIENT: Error transport connect Below are the details...
Hi, This return code means `MBEDTLS_ERR_SSL_ALLOC_FAILED`, so mbedtls failed to malloc some data. You may want to printf available heap size with `esp_get_free_heap_size()`.hallgrim Posts: 4 Joined: Fri Nov 30, 2018 10:35 am Re: mbedtls_ssl_setup returned -0x7f00...
How can I fix this error? Please, could you help me? thanks. cermak Espressif staff Posts:69 Joined:Thu Nov 01, 2018 8:32 am Re: mbedtls_ssl_setup returned -0x7f00 Postbycermak»Mon Apr 08, 2019 12:39 pm Hi, This return code means `MBEDTLS_ERR_SSL_ALLOC_FAILED`, so mbedtl...
MQTTmbedtls: mbedtls_ssl_setup returned -0x7f00 How can I fix this error? Please, could you help me? thanks.cermak Espressif staff Re: mbedtls_ssl_setup returned -0x7f00 Mon Apr 08, 2019 12:39 pm Hi, This return code means `MBEDTLS_ERR_SSL_ALLOC_FAILED`, so mbedtls failed to...
Hi, This return code means `MBEDTLS_ERR_SSL_ALLOC_FAILED`, so mbedtls failed to malloc some data. You may want to printf available heap size with `esp_get_free_heap_size()`.hallgrim Posts: 4 Joined: Fri Nov 30, 2018 10:35 am Re: mbedtls_ssl_setup returned -0x7f00...