Hello fellow thingmakers -
Per the topic, is anyone using this library for AWS IoT?
The example2.ino code is specifically using this initialization and URL:
// setup Root CA pem, cert key, client private key.
client.init(awsRootCApem, sizeof(awsRootCApem),
_ awsCertKeypem, sizeof(awsCertKeypem),_
_ awsPrivateKeypem, sizeof(awsPrivateKeypem));_
// connect AWS IoT server.
client.connect(“test.iot.us-east-1.amazonaws.com”, 8883);
I’ve got my unique thing RSA key and Cert implanted in my sample code, and I’m hitting my specific URL, but still no joy.
[myendpointid].iot.us-west-2.amazonaws.com
Has anyone a cite or example they could share that’s operational?
Likewise any other things you might suggest in diagnostic pursuits would be welcome…