Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eclipse-mosquitto Docker tag to v2.0.14 #184

Merged
merged 2 commits into from Dec 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Update mosquitto config to allow all keepalive value
  • Loading branch information
at-wat committed Dec 7, 2021
commit 1c37d45f7d9aefbcd30da07b7d2293414c5fe9cb
4 changes: 4 additions & 0 deletions integration/mosquitto.conf
@@ -1,16 +1,19 @@
listener 1883
allow_anonymous true
max_keepalive 0
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required due to eclipse/mosquitto#2117


listener 8883
cafile /ca.crt
keyfile /test.key
certfile /test.crt
require_certificate false
allow_anonymous true
max_keepalive 0

listener 9001
protocol websockets
allow_anonymous true
max_keepalive 0

listener 9443
protocol websockets
Expand All @@ -19,3 +22,4 @@ keyfile /test.key
certfile /test.crt
require_certificate false
allow_anonymous true
max_keepalive 0