botletics / SIM7000-LTE-Shield

Botletics SIM7000 LTE CAT-M1/NB-IoT Shield for Arduino
https://www.botletics.com/products/sim7000-shield
GNU General Public License v3.0
477 stars 215 forks source link

Trouble connecting to Azure #118

Closed horeich closed 4 years ago

horeich commented 4 years ago

Hi,

first I want to say thank you for your code, it helped me a lot to start with SIM7000.

Since a week I'm trying to connect to azure via MQTT using the SIM7000 modem.

I'm able to connect via AT+CAOPEN, not setting up the client certificate. After that I'm sending my connect packet but I don't get any data in return. My command order so far is:

AT+CACID=0 -> AT+CSSLCFG="sslversion",0,3 // TLS 1.3 -> AT+CAOPEN -> AT+CASEND I guess, without setting up the certificate, an unsecure TCP connection is established which Azure won't accept.

So my questions are:

Thank you, Andy

botletics commented 4 years ago

Hi, please post this non-library related question on the Botletics forum. I'm trying to move a lot of the questions there instead of Github. Thanks!