Is it possible to use mqtt over websockets [AWS IOT]? YES!
Posted: Fri Mar 18, 2016 5:05 pm
is there any limitation? I thought there aren't, but I keep getting a 403 forbidden error at my first request.
I've posted the details here: http://stackoverflow.com/questions/36091956/mqtt-over-websocket-request-x-amzn-errortype-forbiddenexception
But it seems possible. We connect to AWS via 443 port (SSL), send the connection request using websocket protocol over http and them use the websocket connection to trade mqtt packages.
Does some one tried this path? Is there something I am missing?
Thanks
I've posted the details here: http://stackoverflow.com/questions/36091956/mqtt-over-websocket-request-x-amzn-errortype-forbiddenexception
But it seems possible. We connect to AWS via 443 port (SSL), send the connection request using websocket protocol over http and them use the websocket connection to trade mqtt packages.
Does some one tried this path? Is there something I am missing?
Thanks