Mbedtls_ssl_handshake returned -0x7100

Hi, I am new to Mbed TLS, and I am attempting to establish a connection to AWS using a PSoC microcontroller with a W5500 module. I have successfully ported the AWS SDK and Mbed TLS for my project, but I encountered a handshake failure with error code -0x7100. Please review the log below. Does anyone have knowledge of this error?

dns while
dns while
dns while
DNS: [a8dqi15kxnf7l-ats.iot.us-east-1.amazonaws.com] Get Server IP - 54.172.211.37
ok! mbedtls_x509_crt_parse returned -0x0 while parsing root cert
ok! mbedtls_ssl_set_hostname returned 0
ok! mbedtls_x509_crt_parse returned -0x0 while parsing device cert
ok! mbedtls_pk_parse_key returned -0x0 while parsing private key
Root CA verify option 2
ok! mbedtls_ssl_conf_own_cert returned 0
SSL initialization is success
sock ok
connect ok
Performing the SSL/TLS handshake…
hand shake >>
<<hand shake
failed
! mbedtls_ssl_handshake returned -0x7100

Hello,

how you can see the Mbed TLS category of Mbed support forum is not very active, and MbedTLS was moved - Announcement: Migration of Mbed TLS.

BR, Jan