Hi all,
First I tried the MQTT broker connection with MQTT sample for V2.3.0 which was successful but he sample from 2.3.0 is too complicated if I want to merge 2 other programs with it and they should run simultaneously so I decided to switch to MQTT from v2.2.0. I made changes to the broker name, port, added username and password in this way:
I don't know what I missed, I made the same changes except adding the client.crt and client.key as there was no option to add this was well in the mqtt simple sample as I made for the sample from v2.3.0 that is working but this is not.
P.S: The IP address that is being printed is diff from the actual IP address of the server, can this be the issue?
My broker requires CA, Client.crt and client.key, In MQTT sample for V2.3.0, there was option to add all 3 of these but in MQTT from v2.2.0 there was only option to CA certificate but not the client.crt and client.key, how can I add these as well in MQTT from v2.2.0?
Device : actinius icarus
SDK : V2.2.0