Hi

We migrated from mbedtls 2.28 to mbedtls 3.6.2 https://github.com/Mbed-TLS/mbedtls/tree/107ea89daaefb9867ea9121002fbbdf926780e98 and we see TLS handshake fails when we use TLS 1.2 in mbedtls 3.6.2 instead of 1.3.


We get below error
20E094B0FFFF0000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:/usr/src/debug/openssl/3.1.0-r0/ssl/record/rec_layer_s3.c:303:

# openssl s_client -connect 192.168.142.1:7001 -no_tls1_3 fails 

After seeing the trace we have enabled ciphers but still we see the issue. please advise, thanks.


Thanks
Kavitha