Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2023 03:30:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262552] net/mosquitto: Mosquitto websockets support not working
Message-ID:  <bug-262552-7788-CYdWkBaFAv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262552-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262552-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262552

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

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 suppor=
t.=20
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.=
=20
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262552-7788-CYdWkBaFAv>