Hi,
I’m using XBEE 3 Global LTE , firmware 11620
I am using the Pycharm Digi Example code called “aws_publish” to publish MQTT to AWS.
I have created the policy as per the Digi documentation (un restricted)
I have verified the certs have worked on my local machine using the python code and certs that AWS IOT generated.
The error I get using the same certs, and the sample code is `import main
±------------------------------------+
| XBee MicroPython AWS Publish Sample |
±------------------------------------+
- Waiting for the module to be connected to the cellular network… [OK]
- Connecting to AWS… Traceback (most recent call last):
File “”, line 1, in
File “/flash/main.py”, line 77, in
File “/flash/main.py”, line 54, in publish_test
File “/flash/lib/umqtt/simple.py”, line 72, in connect
OSError: [Errno 7111] ECONNREFUSED`
How do we resolve this error?