I tried to connect the BG96 to the amazon server but, once the communication was open (AT + QMTOPEN = ... return + QMTOPEN: 1.0), if I try to connect with my object (AT + QMTCONN = 1, "thingname ") replies ok and + QMTSTAT: 1,1 (connection broken).
With other devices (raspberry pi or arduino) the connection happens without problems, so I would exclude server side configuration problems as for this topic: error when publish data to aws IoT using BG96 and MQTT protocol
Theese are the AT - commands:
AT+QSSLCFG="ciphersuite",1,0x0035
OK
AT+QSSLCFG="cacert",1,"ufs:cacert.pem"
OK
AT+QSSLCFG="clientcert",1,"ufs:clientcert.pem"
OK
AT+QSSLCFG="clientkey",1,"ufs:clientkey.pem"
OK
AT+QSSLCFG="sslversion",1,4
OK
AT+QSSLCFG="seclevel",1,2
OK
AT+QSSLCFG="negotiatetime",1,300
OK
AT+QSSLCFG="ignorelocaltime",1,0
OK
AT+QICSGP=1,1,"wap.tim.it"
OK
AT+QICSGP=1
+QICSGP: 1,"wap.tim.it","","",1
OK
AT+QIACT?
+QIACT: 1,1,1,"***.**.**.***"
OK
AT+QMTOPEN=1,"**************.iot.us-east-2.amazonaws.com",8443
OK
+QMTOPEN: 1,0
AT+QMTCONN=1,"thingName"
OK
+QMTSTAT: 1,1