aws / aws-iot-device-sdk-arduino-yun

SDK for connecting to AWS IoT from an Arduino Yún.
Apache License 2.0
163 stars 77 forks source link

CONNECT_CREDENTIAL_NOT_FOUND #37

Closed matthewcarroll closed 7 years ago

matthewcarroll commented 7 years ago

Hello,

I have uploaded my certs and verified they are in ~/AWS-IoT-Python-Runtime/runtime/certs

I have configured my aws_iot_config.h with the names of the cert and key files. When I run the BasicPubSub example, the connection fails with the error CONNECT_CREDENTIAL_NOT_FOUND.

AWS IoT SDK Version(dev) 2.2.0-

Connect failed!
-13

What causes this error?

Thanks!