Mael

Results 294 comments of Mael

Thanks! Unfortunately requestDevice doesn't support allowDuplicates 😅

When connecting with hivemq mqtt-cli I get this log ``` Restriction request problem information was set but is unused in MQTT Version MQTT_3_1_1 Client '[email protected]' sending CONNECT MqttConnect{keepAlive=60, cleanSession=true, restrictions=MqttConnectRestrictions{receiveMaximum=65535,...

I checked that the certificates are correct, and the 8883 port is correctly opened, so I guess the error is from the configuration? Here is the config: ``` import pulumi...

(the error seems to be that the server closes the socket when trying to do a SSL connection)

I'm using a client which handles MQTT 3,4,5 I think (hive mqtt-cli), I'm not sure what version the VerneMQ server is handling, is that configurable?

@ioolkos I tried adding the variables you sent above, now I have those logs ``` 17:26:37.432 [error] can't reconfigure mqtt listener({127,0,0,1}, 1883) with Options [{max_connections,10000},{nr_of_acceptors,10},{mountpoint,[]},{proxy_protocol,false},{allowed_protocol_versions,[3,4,5,131]},{allow_anonymous_override,false}] due to {already_started,} 17:26:37.514 [error]...

Here's what I added ``` { "name": "DOCKER_VERNEMQ_LISTENER__SSL__DEFAULT", "value": "0.0.0.0:8883", }, { "name": "DOCKER_VERNEMQ_LISTENER__TCP__DEFAULT", "value": "127.0.0.1:1883", }, ```

But for now it seems I can't connect to VerneMQ with SSL, but perhaps I can do it using a Nginx in front, but this defeats the purpose of using...

@codeadict this is the result ``` +--------+---------+-----------+-------+------------+-----------+ | type | status | ip | port | mountpoint | max_conns | +--------+---------+-----------+-------+------------+-----------+ | http | running | 127.0.0.1 | 8888 |...

(weird that there's no mqtts, is that because of the error above?)