MQTT authorization now required? #922
Unanswered
espruino-discuss2
asked this question in
Interfacing
Replies: 1 comment
-
Posted at 2017-02-20 by @gfwilliams http://test.mosquitto.org/ seems to imply that port 1883 is still unencrypted, and doesn't need a certificate. The
What happens if you just remove those? But even for the encrypted comms, you can still use TLS with Espruino WiFi and/or the Pico. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-02-20 by CriscoCrusader
Trying to use test.mosquitto.org/. I get a message saying "not authorized". Upon visiting their page, it says I need to use the cert, even for the unencrypted ports. On Espruino.com/MQTT, it says encryption and authentication are not implemented. So Espruino just doesn't work with the public brokers right now?
Below is the code I was using. Instead I'm using Mosca on local now and I have a working connection.
Beta Was this translation helpful? Give feedback.
All reactions