-
Notifications
You must be signed in to change notification settings - Fork 13
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
unable to connect to iot #2
Comments
Note sure if this is relevant now, but I got that exception when connecting to AWS IoT if I forgot to activate my certificate for the Thing, and if I forgot to attach a security policy to the certificate. Hope that helps if you are still having problems. |
Does the x509 certificates have required IAM policies to connect, subscribe and publish to the IOT MQTT Topics ? |
You can enable cloud watch logs on Iot Core & see if you get any clue for troubleshooting. Make sure that that firewall is not blocking calls on port 8883 to AWS IoT End Point. Also make sure that the certificates are activated and required IAM policies are applied on the certificate. |
An unhandled exception of type 'uPLibrary.Networking.M2Mqtt.Exceptions.MqttCommunicationException' occurred in M2Mqtt.Net.dll
the above issue is getting when client is connecting..
IotClient.Connect(ClientID);
please help..
The text was updated successfully, but these errors were encountered: