I am trying to do an HTTPS Post but am unable to progress beyond the AT+KHTTPCFG as I get KHTTP_ERROR:1,5 which means “internal trouble”. How can I determine what the problem is ?
My AT command sequence is as follows-
AT
OK
AT+CSQ
+CSQ: 10,99
AT+CEREG
OK
AT+CEREG?
+CEREG: 0,5
OK
AT+CGDCONT?
+CGDCONT: 1,“IP”,“dataconnect.m2m”,10.138.86.26,0,0,0,0,0,0,
+CGDCONT: 2,“IPV4V6”,“docomodev.net”,0,0,0,0,0,0,
OK
AT+CGATT=1
OK
AT+CCLK?
+CCLK: “24/05/13,12:19:24+04”
OK
AT+KCNXUP=1
OK
AT+KCNXCFG?
+KCNXCFG: 1,“GPRS”,“dataconnect.m2m”,“”,“”,“IPV4”,“10.138.86.26”,“194.151.228.34”,“194.151.228.18”,2
OK
AT+KHTTPCFG=1,“urlwithheld.co.uk”,443,2,0
+KHTTPCFG: 1
OK
+KHTTP_ERROR: 1,5