The Wayback Machine - https://web.archive.org/web/20200625221719/https://github.com/topics/mqtt-broker
Skip to content
#

mqtt-broker

Here are 228 public repositories matching this topic...

matzuba
matzuba commented Aug 28, 2019

Environment

  • OS: RHEL 7.6
  • Erlang/OTP:
  • EMQ: 2.3.11

Description

I am using:

NIGINX --> Docker --> custom image with EMQ installed ( same host, SSL offload on nginx)

EMQ works and clients can connect but i see continous multiple crashes/proxy errors in the error.log

2019-08-27 12:12:31.287 [error] <0.11973.534> CRASH REPORT Process <0.11973.534> with 0 neighbou

fabik111
fabik111 commented Dec 9, 2019

Hi,
I had added a callback on the offline event that, in case is fired, it will call the reconnect() method.
But I've experienced some re-connection loop after the first offline event, so I've deduced that there is already a re-connection policy.
Can you improve the documentation about reconnect() method and default re-connection attempts?

wexman
wexman commented Feb 12, 2020

I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.

I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no

skewty
skewty commented Mar 3, 2019
import logging
import asyncio
import os
from hbmqtt.broker import Broker


@asyncio.coroutine
def broker_coro():
    broker = Broker()
    yield from broker.start()


if __name__ == '__main__':
    formatter = "[%(asctime)s] :: %(levelname)s :: %(name)s :: %(message)s"
    logging.basicConfig(level=logging.INFO, format=formatter)
    asyncio.get_event_loop().run_until_com
FranklinRay
FranklinRay commented May 30, 2018

非常感谢提供Mosquitto的集群程序。
在使用时,当我开启不允许匿名登陆后,各个节点无法连接。
进一步尝试在配置 Certificate based SSL/TLS support 中的 ca 路径后,节点之间出现 OpenSSL Error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol问题。
请问是否是因为不支持该功能?还是在配置上需要增加配置?

Improve this page

Add a description, image, and links to the mqtt-broker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mqtt-broker topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.