mqtt-admin | MQTT Web Frontend : Publish , Subscribe and see Topic Status | Dashboard library
kandi X-RAY | mqtt-admin Summary
kandi X-RAY | mqtt-admin Summary
MQTT Web Frontend: Publish, Subscribe and see Topic Status in a comfortable UI
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mqtt-admin
mqtt-admin Key Features
mqtt-admin Examples and Code Snippets
Community Discussions
Trending Discussions on mqtt-admin
QUESTION
I have Mosquitto 1.4.9 installed an running.
I can pub and sub on 1883 I can also pub and sub on 8883. 8883 is secure using certs. I can also sub and pub on 8083 but only using ws. Wss will not connect.
When I start up Mosquitto here is what appears in the log:
1521831919: mosquitto version 1.4.9 (build date 2017-12-15 11:14:08-0500) starting
1521831919: Config loaded from /etc/mosquitto/mosquitto.conf
1521831919: Opening ipv4 listen socket on port 1883.
1521831919: Opening ipv6 listen socket on port 1883.
1521831919: Opening ipv4 listen socket on port 8883.
1521831919: Opening ipv6 listen socket on port 8883.
1521831919: Opening websockets listen socket on port 8083.
1521831919: libuv support not compiled in
1521831919: Creating Vhost 'default' port 8083, 3 protocols, IPv6 off
When I attempt to connect using a web interface (http://hobbyquaker.github.io/mqtt-admin) I get a message that says Disconnected trying to connect to wss://home.fqdn.com. And in the log the only entry I see is this:
1521834600: forbidding on uri sanitation
1521834601: lws_read: Unhandled state 76
When I try connecting to 8083 from the command line with:
mosquitto_pub -h home.fqdn.com -t test -m "hello again 2" -p 8083 --capath /etc/ssl/certs/ -u "userID" -P "passWD"
I get this message
Error: A TLS error occurred.
Which I assume is because it's from the CLI and not over WSS as I have no issues when I use -p 8883 instead of -p 8083.
Here is my config file:
...ANSWER
Answered 2018-Mar-26 at 16:51Mosquitto version 1.4.9 did not work properly with changes made in libwebsockets.
Uninstalled mosquitto and installed 1.4.15 from the dev repository and now WSS:// connections function properly.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mqtt-admin
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page