732 Handshake failed

Hello,

I have a EG912EU module and I try to use a Https protocol.

The sequence of the command is :
Set context if : AT+QHTTPCFG=“contextid”, …
Set Enable response: AT+QHTTPCFG="responseheader.…
Set SSL Context ID: AT+QHTTPCFG="sslctxid.…
Set Certificate; AT+QFDEL="UFS:ca.pem.…
Configure SSL: AT+QSSLCFG=“cacert”…
Set client cerificate…AT+QFDEL="UFS:cc.pem
Delete file: AT+QFDEL="UFS:ck.pem…
Client Key: AT+QFUPL="ck.pem.…
Configure SSL: AT+QSSLCFG=“clientkey”,%d,"UFS:ck.pem\

Set the URL : AT+QHTTPURL= …
Get HTTPS : AT+QHTTPGETEX=…

I have try, in HTTP URL works but in HTTPS respond always:

732 SSL Handshake failed

Hi try with a Check URL:
https://carriers.shipmentserver.com/ShipServer/checkhealth
The versione of TLS is 1.2
I have downloaded the certificate from a URL.
the response my be OK.

Thank you.

hi,
Can you provide the complete at command flow with return value configuration? In this way, I can test it locally to see if there is a problem. There may be a problem with the configuration, causing an error.