I have uploaded certificate from the module later on if i post the data getting UNKNOWN ERROR .
Can you provide a complete AT log?
pls add the AT command
AT+CGPADDR
Hi herbert.pan
Is it something similar to AT+QIACT?
Yes, I need to confirm that EC25E has successfully acquired IP?
Hi herbert.pan,
The following command indicates that only server authentication certificate need to be uploaded to the module .I tried doing that but after POST command its reporting CME ERROR 703,701,715 etc…By using POSTMAN its working but from QUECTEL EC25E its showing the above error.From openssl i have got server certificate details of the URL samething in .pem format i have uploaded.Can you please let me know how to get the certificates from URL so that i can cross verify.Kindly help me out on this issue.
AT+QSSLCFG=“seclevel”,1,1
I suggest you provide a complete AT log
Dear herbert.pan
I’m providing log details.
AT+QIACT=1
OK
AT+QHTTPCFG=“contextid”,1
OK
AT+QICSGP=1,1,“airtelgprs.com”,“”,“”,1
OK
AT+QHTTPCFG=“sslctxid”,1
OK
AT+QSSLCFG=“sslversion”,1,4
OK
AT+QSSLCFG=“ciphersuite”,1,0xffff
OK
AT+QSSLCFG=“seclevel”,1,1
OK
AT+QSSLCFG=“cacert”,1,“UFS:cacert.pem”
OK
AT+QHTTPURL=196,80
CONNECT
OK
AT+QHTTPPOST=196,80
+CME ERROR: 701
Sometimes 701,730 and 715 etc like that errors it’s reporting.I have used only cacert to upload because i have set AT+QSSLCFG=“seclevel”,1,1 it means only server authentication.Kindly respond on the above issues.
I’m providing log details.
AT+QIACT=1
OK
AT+QHTTPCFG=“contextid”,1
OK
AT+QICSGP=1,1,“MY NETWORK”,“”,“”,1
OK
AT+QHTTPCFG=“sslctxid”,1
OK
AT+QSSLCFG=“sslversion”,1,4
OK
AT+QSSLCFG=“ciphersuite”,1,0xffff
OK
AT+QSSLCFG=“seclevel”,1,1
OK
AT+QSSLCFG=“cacert”,1,“UFS:cacert.pem”
OK
AT+QHTTPURL=196,80
CONNECT
OK
AT+QHTTPPOST=196,80
+CME ERROR: 701
Sometimes 701,730 and 715 etc like that errors it’s reporting.I have used only cacert to upload because i have set AT+QSSLCFG=“seclevel”,1,1 it means only server authentication.Kindly respond on the above issues.