-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AwsCrtError: AWS_ERROR_MQTT_UNEXPECTED_HANGUP #16
Comments
@GoldSnake2100 - I've seen this when the policy wasn't attached to the certificate. If this is the error you are getting from running the script for the first time using your bootstrap certificate, check and make sure that the certificate has a policy attached. (Secure->Certificates->[select YOUR certificate] then Policies->attach policy (if you don't see one currently attached). |
I got the same error when I use correct IOT endpoint.
So I checked CloudWatch log, it looks like this.
|
I clone this repo on my jetson nano board, and successfully install dependencies.
I checked openssl connection to my iot endpoint, and it also success.
But when I run
python3 main.py
I get this errorI checked policy as well, and it looks correct.
The text was updated successfully, but these errors were encountered: