Hi,
I have a weird issue occuring when trying to connect to my MQTT server.
If i run the code on a NRF9160 DK i can connect perfectly fine to my MQTT server calling
Hi,
I have a weird issue occuring when trying to connect to my MQTT server.
If i run the code on a NRF9160 DK i can connect perfectly fine to my MQTT server calling
I think it was to do with the modem firmware version i had on my DK vs Thingy.
and believe it was to do with the hostname verification in the MQTT sec config.
My DK has modem version 1.2.2 and the Thingy has modem version 1.2.3.. when i disable the hostname verification by setting it to NULL then it works on the thingy. is it possible that modem version 1.2.2. doesn't actually do the hostname verification properly and that is why it worked for me on my DK?
I will still need to fix this up and include my certificate so that i actually perform the hostname verification but for now it is working so i can test some other things.
Consider this ticket closed