Has anyone successfully connected Nano iot 33 to AWS MQTT using SSL?

I am using

SSLClient.h
ArduinoMQTTClient.h
WiFiNANO.h

Just curious. I have been working on it for a few days now and I find lots of posts of people asking, but very few replies.

Thanks
Kevin

Perhaps you would have more success if you broke down the problem.
First, can you connect to AWS MQTT in any way?
OR do you need SSL

Absolutely I have done that. I am asking if anyone has got it to work?

Sometimes knowing things are possible helps make the problem seem less daunting

Thanks for your help

The mainline NINA firmware does not support mutual TLS so it won’t work with AWS IoT.

1 Like

Thank you for that response! I really appreciate it! I don't have to continue to try to make it work.