[Bug 262552] net/mosquitto: Mosquitto websockets support not working

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 14 Feb 2023 03:30:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262552

--- Comment #19 from Rod Morgan <rmorgan@portmorgan.com> ---
Daniel, again thanks for your work.  

As instructed, I updated my ports collection.  Just to be on the safe side, I
deinstalled/cleaned/installed  v4.3.2 of libwebsockets.  Then I
deinstalled/cleaned/installed mosquitto.  As expected, it compiled/linked
without error this time.  Unfortunately, still not getting websocket support. 
I've confirmed my mosquitto.conf file specifies use of websockets:

listener 1883 0.0.0.0
protocol mqtt
listener 8080 0.0.0.0
protocol websockets

Unfortunately, running mosquitto from the command line (mosquitta -v -c
mosquitto.conf) still doesn't show the expected log file message indicating an
active websocket connection.  Honestly, I'm not sure where to go from here. 
There doesn't seem to be any enhanced debug option for mosquitto,

1676345357: mosquitto version 2.0.15 starting
1676345357: Config loaded from mosquitto.conf.
1676345357: Opening ipv4 listen socket on port 1883.
1676345357: Opening ipv4 listen socket on port 8080.
1676345357: mosquitto version 2.0.15 running

-- 
You are receiving this mail because:
You are the assignee for the bug.