FelixLinSY / am7020_arduino

AM7020 (SIM7020) NBIoT module example code for Arduino
MIT License
22 stars 11 forks source link

TrustAnchors in MQTTS example #3

Open slicker opened 1 year ago

slicker commented 1 year ago

First, thanks for putting the library together.

I can run your MQTTS example and it connects to test.mosquitto.org fine. But I can generate the same trustanchor file you are using for test.mosquitto.org. Yours works, mine doesn't. I'm just putting test.mosquitto.org or mosquitto.org in https://openslab-osu.github.io/bearssl-certificate-utility/ but it produces something that doesn't work.

Can you tell me how you create your trustanchor file and if it still produces the one in your example?