odelot / aws-mqtt-websockets

Implementation of a middleware to use AWS MQTT service through websockets, aiming the ESP8266 plataform
GNU Lesser General Public License v3.0
231 stars 67 forks source link

403 forbidden response from aws while handshake #64

Open dharamiot opened 3 years ago

dharamiot commented 3 years ago

hello odelot,

I have used this library v.1.2.0 in my project. I am facing one issue these days that my devices can connect successfully with some routers while with others it is not able to with this version.

But as soon as i updated to latest version it can connect with every router.

Now the problem is that i have no way to update them without they get connected to aws.

Is there any way that i change some settings on aws side so that my devices can get connected using old version too.

i get 403 forbidden response during mqtt handshake.

Thank You, Dharam