Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2017 11:41:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220827] net/mosquitto: Fails to build with WS option (websockets support) enabled
Message-ID:  <bug-220827-13-r54YZ96wOu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220827-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220827-13@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=3D220827

--- Comment #15 from stl@koffein.net ---
(In reply to Iblis Lin from comment #14)
> Mind sharing your mosquitto config?

Sure:

pid_file /var/run/mosquitto.pid
user nobody

port 8883
cafile /usr/local/etc/letsencrypt/live/hostname.example.com/chain.pem
certfile /usr/local/etc/letsencrypt/live/hostname.example.com/cert.pem
keyfile /usr/local/etc/letsencrypt/live/hostname.example.com/privkey.pem

listener 1883
protocol mqtt

listener 8000
protocol websockets
http_dir /home/stl/Web/brewery

listener 8443
protocol websockets
http_dir /home/stl/Web/brewery
cafile /usr/local/etc/letsencrypt/live/hostname.example.com/chain.pem
certfile /usr/local/etc/letsencrypt/live/hostname.example.com/cert.pem
keyfile /usr/local/etc/letsencrypt/live/hostname.example.com/privkey.pem

password_file /usr/local/etc/mosquitto/pwfile
acl_file /usr/local/etc/mosquitto/aclfile

--=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-220827-13-r54YZ96wOu>