Hi Team,
I am using EC200U-CN model. I facing a strange problem. ping is success but http/https fails always.
Below is the response
+CGPADDR: 1,“100.73.120.46”
[2024-11-15_01:55:46:252]AT+QPING=1,“xxxxxxx”,1
[2024-11-15_01:55:46:252]OK
[2024-11-15_01:55:46:590]
[2024-11-15_01:55:46:590]+QPING: 0,“142.250.183.4”,64,80,255
[2024-11-15_01:55:46:590]+QPING: 0,“142.250.183.4”,64,81,255
[2024-11-15_01:55:46:760]
[2024-11-15_01:55:46:760]+QPING: 0,“142.250.183.4”,64,80,255
[2024-11-15_01:55:46:760]+QPING: 0,“142.250.183.4”,64,79,255
[2024-11-15_01:55:46:760]+QPING: 0,4,4,0,79,81,79
above log clearly says network reachable is OK.
But when I try to do http request it is having below problem. Similar issue with https also.
[2024-11-15_01:56:03:318]AT+QHTTPCFG=“contextid”,1
[2024-11-15_01:56:03:318]OK
[2024-11-15_01:56:03:318]AT+QHTTPCFG=“responseheader”,1
[2024-11-15_01:56:03:318]OK
[2024-11-15_01:56:03:318]AT+QHTTPCFG=“url”,“http://www.sina.com.cn”
[2024-11-15_01:56:03:318]OK
[2024-11-15_01:56:03:318]AT+QHTTPURL=23,5
[2024-11-15_01:56:03:318]CONNECT
[2024-11-15_01:56:08:317]
[2024-11-15_01:56:08:317]+CME ERROR: 726
Please help me to figure out the issue.