Hi,
I am using MbedTLS sample project to talk to HTTPS server. I got the following error during hanshake.
1) When I send ClientHello, I got Alert Message Level = 2, description 40(handshake failure).
2) When I try to use curl or chrome to talk to my server, it works fine...
I checked the Ciper suite, server accepts TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384(0xc030). I checked it on my client side, it is included in cipher suites.
Can anybody help me to find where the problem is?
Thanks,
Christie