failed E (93555) esp-tls: Failed to open new connection E (93565) TRANSPORT_BASE: Failed to open a new connection E (93575) HTTP_CLIENT: Connection failed, sock < 0 I (93575) DataUploadClient: HTTP_EVENT_ERROR E (93585) DataUploadClient: ...
08:24:12.508 -> [0;31mE (548202779) esp-tls: create_ssl_handle failed[0m 08:24:12.508 -> [0;31mE (548202779) esp-tls: Failed to open new connection[0m 08:24:12.508 -> [0;31mE (548202789) TRANS_SSL: Failed to open a new connection[0m ...
08:24:12.508 -> [0;31mE (548202779) esp-tls: create_ssl_handle failed[0m 08:24:12.508 -> [0;31mE (548202779) esp-tls: Failed to open new connection[0m 08:24:12.508 -> [0;31mE (548202789) TRANS_SSL: Failed to open a new connection[0m ...
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 ...
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 ...
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 ...