Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2022 08:30:02 -0700
From:      Joseph Olatt <joji@eskimo.com>
To:        freebsd-ports@freebsd.org
Subject:   net/mosquitto WebSockets support
Message-ID:  <20220316153001.GA2902084@eskimo.com>
Resent-Message-ID: <20220316153847.GB2908326@eskimo.com>

next in thread | raw e-mail | index | archive | help
Hi,

I'm trying to run a mosquitto broker under FreeBSD 13.0-RELEASE on a
Raspberry Pi. It appears that Websockets support is missing. See:

  joji@nirmal> sudo service mosquitto onestart
  Starting mosquitto.
  1647444243: Error: Websockets support not available.
  1647444243: Error found at /usr/local/etc/mosquitto/mosquitto.conf:284.
  /usr/local/etc/rc.d/mosquitto: WARNING: failed to start mosquitto

The relevant lines from mosquitto.conf are:

  joji@nirmal> grep -E "^listener|^protocol" /usr/local/etc/mosquitto/mosquitto.conf
  listener 9001 192.168.50.249
  protocol websockets

The version of mosquitto is:

  mosquitto-2.0.13

Does anybody know why Websockets support is missing in the net/mosquitto
port of FreeBSD for arm64?

Thank you.
joseph


References:
[1] Output of "uname -a":
    FreeBSD nirmal 13.0-RELEASE-p6 FreeBSD 13.0-RELEASE-p6 #0: Mon Jan 10 06:33:27 UTC 2022 root@arm64-builder.daemonology.net:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC
arm64






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220316153001.GA2902084>