I am trying to implement the AWS FOTA sample from SDK V1.4.2.
I have already implemented the AWS IOT sample which works fine.
However, the AWS FOTA fails with mqtt_connect errror -22.
The log is shown below:
*** Booting Zephyr OS build v2.4.0-ncs2 ***
MQTT AWS Jobs FOTA Sample, version: 2.0.0
Initializing bsdlib
Initialized bsdlib
LTE Link Connecting ...
I: PDP Context: AT+CGDCONT=1,"IP","arkessalp.com"
LTE Link Connected!
IPv4 Address 54.154.11.137
client_id: TDG_logger_thing
mqtt_transport_connect FAILED
ERROR: mqtt_connect -22
My prj.cfg file is attached:
Can you point out where it's gone wrong?
