HTTP Post request AT command returns +CME ERROR: 732 in Quectel EC200U-CN

Hi,I am using Quectel EC200U-CN module with that i am trying to post data to the HTTPS server using AT commands but i am getting CME error: 732 which is SSL handshake fail. But with same server URL, i posted the data in postman and getting a success response from the server.
Anyone give some suggestions for this issue.

Below are the AT commands used,
AT
OK

ATV1
OK

ATE0
OK

AT+CPIN?
+CPIN: READY
OK

AT+CREG?
+CREG: 2,1,“CB88”,“B82C80D”,7
OK

AT+QLTS=1
+QLTS: “2024/07/30,08:58:31+22,0”
OK

AT+CSQ
+CSQ: 24,99
OK

AT+QICSGP=1,1,“”,“”,“”,1
OK

AT+QIACT=1
OK

AT+QIACT?
+QIACT: 1,1,1,“10.11.133.188”
OK

AT+QHTTPCFG=“contextid”,1
OK

AT+QHTTPCFG=“requestheader”,0
OK

AT+QHTTPCFG=“responseheader”,0
OK

AT+QHTTPCFG=“contenttype”,0
OK

AT+QHTTPCFG=“sslctxid”,1
OK

AT+QSSLCFG=“sslversion”,1,4
OK

AT+QSSLCFG=“ciphersuite”,1,0xFFFF
OK

AT+QSSLCFG=“seclevel”,1,0
OK

AT+QHTTPURL=66,80
CONNECT

https://________/GPSDataService.asmx/Tipper
OK

AT+QHTTPPOST=23,80

+CME ERROR: 732

add the command

AT+QSSLCFG=“sni”,1,1
AT+QSSLCFG=“ignorelocaltime”,1,1
AT+QSSLCFG=“ignorelocaltime”,1,1

Thanks for your reply,

I tested with the commands you given but still the same issue is observed.

Can you provide the full URL? In the meantime I suggest you try it first through POSTMAN

Sorry i can’t share my URL because it is our client’s server. But i tried it with POSTMAN, the data is posting and getting response from the server.

Hi @Swetha_E , I am also getting the same issue.
Could you please tell that your problem got resolved ?
If yes could you provide the sequence of the AT commands for HTTPs post request and also how to generate the certificate.

Would you be willing to share the URL via chat with me? I need to verify whether the HTTPS for EC200U requires additional configuration parameters.