Hello everybody,
I am trying to connect with a Sierra HL7800 modem to a cloud function hosted on google firebase (in https ) in order to send a post request.
The problem is that I can’t connect to the cloud function. I get a KHTTP 1,5 error.
I specify that the cloudfunction works with the POSTMAN site (send a successful post request, server response).
Does anyone have an idea?
I’m attaching below the commands I’ve done
Thanks in advance
Fabien
Blockquote
at
OK
at&k3
OK
at+cpin?
+CPIN: READY
OK
at+creg?
+CREG: 0,5
OK
at+cereg?
+CEREG: 0,5
OK
ati3
HL7800.4.6.9.4
OK
at+kcertstore?
CONNECT
root_cert,0,1911
-----END CERTIFICATE-----nGuV/u3gm3c6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb
root_cert,1,0
root_cert,2,0
root_cert,3,0
local_cert,0,1996
-----END CERTIFICATE-----hSFm/Y3m6xv+cXDBlHz4n/FsRC6UfTdZTqPwJNl
local_cert,1,0
local_cert,2,0
OK
at+kprivkstore?
CONNECT
private_key,0,1704
-----END PRIVATE KEY-----yt0snLO2fv868VdUSP+fJfj9FwbI10LKcRPqa+W
private_key,1,0
private_key,2,0
OK
at+ksslcfg?
+KSSLCFG: 0,3
+KSSLCFG: 2,0
OK
at+cclk?
+CCLK: “23/02/07,11:43:36+04”
OK
at+cgdcont=1,“ipv4v6”,“iot.1nce.net”
OK
at+kcnxcfg=1,“gprs”,“iot.1nce.net”
OK
at+kcnxprofile=1
OK
at+ksslcrypto=0,8,3,25392,12,4,1,0
OK
at+kcnxup=1
OK
+KCNX_IND: 1,1,0
AT+KHTTPCFG=1,“us-central1-kiomda-preprod.cloudfunctions.net”,443,2,0
+KHTTPCFG: 1
OK
+KHTTP_ERROR: 1,5
Blockquote