Reid Kersey
Reid Kersey
I ran into this problem myself. Follow the guide here: http://www.fhilitski.com/2016/09/connecting-mqtt-fx-to-aws-iot/ and make sure that you can connect to your IoT cloud using MQTT.fx . (Make sure to set permissions...
Double check that you are using CA1. Post your code as well.
I can only guarantee that it works with AWS, because that is all that I have tried it with, and all that I am familiar with. I also haven't reviewed...
Set the certs like this: ` espClient.setCertificate(certificates_esp8266_bin_crt, certificates_esp8266_bin_crt_len); espClient.setPrivateKey(certificates_esp8266_bin_key, certificates_esp8266_bin_key_len); espClient.setCACert(certificates_esp8266_bin_CA, certificates_esp8266_bin_CA_len);` The certs should be an array that looks like this: `unsigned char certificates_esp8266_bin_key[] = { 0x30, 0x82, 0x04,...
The examples do work, however, you may need to uncomment a line. See issue here: https://github.com/copercini/esp8266-aws_iot/issues/14
Is there any current active workaround on this? I saw someone say that resizing the image could work, however, I don't appear to have any luck (or maybe I am...
Depends on if/how you store/transmit the credit card data.
For others coming here in search of issues with NonExistentQueue. Make sure you have your plugins section ordered properly. serverless-offline-sqs must come BEFORE serverless-offline