Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched.
Close
The AWS IOT Client has Busy = TRUE but it wont connect to the broker, see image. I got a certificate with private key installed in codesys(attachment) which corresponds with the AWS IOT server.
What can be the problem im really out of idea's
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you should try to create a CSR like in the guide. The certificate name has to be the same as the client ID/Thing name i think.
also, make sure the permissions are set up right. it looks like you are trying to publish a last will to the topic 'my last will'. so make sure you have permissions to publish to 'my last will'.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The AWS IOT Client has Busy = TRUE but it wont connect to the broker, see image. I got a certificate with private key installed in codesys(attachment) which corresponds with the AWS IOT server.
What can be the problem im really out of idea's
did you try this guide? It is a bit dated now, as the AWS user interface has changed, but:
https://faq.codesys.com/display/CDSFAQ/AWS+IoT+Core+Client+-+getting+started
Your attachment fell off your post.
Ill upload attachments again in this post.
I followed that guide. At step 67 my program differs. mine wont connect to the broker.
Last edit: androidzz 2022-07-29
I think you should try to create a CSR like in the guide. The certificate name has to be the same as the client ID/Thing name i think.
also, make sure the permissions are set up right. it looks like you are trying to publish a last will to the topic 'my last will'. so make sure you have permissions to publish to 'my last will'.