Hi:
I'm working with Visual Code Studio and Platformio.
With the new ESP-IDF 4.0 i have the error
ssl_tls.c:2755: => flush output
ssl_tls.c:2774: message length: 926, out_left: 926
ssl_tls.c:2779: ssl->f_send() returned 926 (-0xfffffc62)
ssl_tls.c:2807: <= flush output
ssl_tls.c:3476: <= write record
ssl_tls.c:3320: <= write handshake message
ssl_tls.c:5433: <= write certificate
ssl_cli.c:3510: client state: 8
ssl_tls.c:2755: => flush output
ssl_tls.c:2767: <= flush output
ssl_cli.c:2898: => write client key exchange
ssl_cli.c:2969: mbedtls_ecdh_make_public() returned 253 (-0xffffff03)
ssl_tls.c:8094: <= handshake
E (39663) esp-tls: mbedtls_ssl_handshake returned -0xffffff03
I (39673) esp-tls: Certificate verified.
I can't find any about this error.
I have tried increase TLS OUT buffer to 16K
Any idea?
Thanks