Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. WebSocket connection to 'ws://localhost:9001/mqtt' failed:
  2. Error in connection establishment: net::ERR_CONNECTION_REFUSED
  3.  
  4. listener 9001
  5. protocol websocket
  6. http_dir /path_to_web_dir # not entirely sure if this line is necessary
  7.  
  8. > firewall-cmd --zone=public --permanent --add-port=9001/tcp
  9. > firewall-cmd --reload
  10.  
  11. 1556009330: mosquitto version 1.6.0 starting
  12. 1556009330: Config loaded from mosquitto.conf.
  13. 1556009330: Opening websockets listen socket on port 9001.
  14. 1556009330: Opening ipv4 listen socket on port 8883.
  15. 1556009330: Opening ipv6 listen socket on port 8883.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement