i’m trying to connect to my remote service using https but getting NO CARRIER message for get
here are my AT commands that i’m using
for know i’m not using any ssl feature
just trying to connect to remote server using GPRS https
at
OK
at+kcnxcfg?
+KCNXCFG: 1,“GPRS”,“imis/internet”,"","",“IPV4”,“0.0.0.0”,“0.0.0.0”,“0.0.0.0”,0
OK
at+khttpscfg?
+KHTTPSCFG: 1,1,“https://vailwebservice.azurewebsites.net”,443,0,0,1,"","",1,0
OK
at+kcnxprofile?
+KCNXPROFILE: 1
OK
at+cgatt?
+CGATT: 1
OK
at+khttpsheader=1
CONNECT
OK
at+khttpsget=1,"/api/data/forall"
NO CARRIER
the same is working fine with only http AT command (AT+KHTTPGET). i’m getting response from my server
any one help me out with this issue