Connecting to AWSIoT #24
Unanswered
FranzBusch
asked this question in
Q&A
Replies: 1 comment 9 replies
-
From first glance the code looks correct. I'll verify if I can get the code working and get back to you. Stupid questions but they need to be asked |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I just came across this project and was super happy that it supported AWSIoT through SOTO. We have been using the official AWSIoT iOS SDK and saw a lot of crashes and wanted to try this out as a replacement.
Sadly, when trying to connect we run into a
MQTTNIO.MQTTClient.Error.websocketUpgradeFailed)
error. I tried to get the signed url and run it with cURL however with that one I get a404 Not found
response. I think the problem is pretty simple but I just can't figure out where it lies.The code I use to setup the connection:
Beta Was this translation helpful? Give feedback.
All reactions