Hi,
I am using the DEV kit UMTSLTE-EVB-KIT with the BG95-M2 compatible module. I try to make an HTTP GET and it fails systematically when I set the URL. I have tried many URLs, including the URL given in the example, and I get always ERROR: 711. Here is an example of a terminal session:
RDY␍␊
␍␊
APP RDY␍␊
ATE1␍␍␊
OK␍␊
AT+QICSGP=1,1,“us.simplex.iot”,“”,“”,1␍␍␊
OK␍␊
AT+QIACT=1␍␍␊
OK␍␊
AT+QHTTPCFG=“contextid”,1␍␍␊
OK␍␊
AT+QHTTPCFG=“responseheader”,1␍␍␊
OK␍␊
AT+QIACT?␍␍␊
+QIACT: 1,1,1,"10.129.126.131"␍␊
␍␊
OK␍␊
AT+QHTTPURL=13␍␍␊
CONNECT␍␊
␍␊
+CME ERROR: 711␍␊
(The 13 bytes URL was api.ipify.org in this case) What can I try to go over this?
Thank you,
Rémi