Hello,
i want to connect BC92 to AWS Iot Core MQTT server.
I can load my certificates with:
- AT+QSSLCFG=1,1,“cacert”
- AT+QSSLCFG=1,1,“clientkey”
- AT+QSSLCFG=1,1,“clientcert”
Then set SSL ContextId with this command
AT+QMTCFG=“ssl”,3,1,1,1
Open Network is OK
AT+QMTOPEN=1,“*******-ats.iot.eu-central-1.amazonaws.com”,8883
OK
+CSCON: 1
+QMTOPEN: 1,0
Connection to broker goes wrong
AT+QMTCONN=1,“****”,“?SDK=CPPv2&Version=v1.14.1”,“”
OK
+CSCON: 1
+CSCON: 0
+QMTSTAT: 1,3
+QMTCONN: 1,2
I need the procedure for enable MQTT over SSL, there is any specific application note for this modem BC92?
Best Regards
Nicola