Mael
Mael
also not sure why there is mqttws although I haven't enabled it?
If this helps, when I set the log level to debug, I have a lot of these: ``` 08:47:33.345 [debug] Replica meta1: Can't initialize AE exchange due to no peer...
@ioolkos @codeadict when I disable "mqtt" and only enable "mqtts" in the config, I still have the "can't reconfigure mqtts" error ``` 08:54:06.132 [error] can't reconfigure mqtts listener({127,0,0,1}, 1883) with...
@ioolkos I added this, but same error ``` { "name": "DOCKER_VERNEMQ_LISTENER__SSL__ALLOWED_PROTOCOL_VERSIONS", "value": "3,4,5", }, ```
@ioolkos this is what I get ``` ########## Start ########## listener.ssl.use_identity_as_username=on listener.ssl.allowed_protocol_versions=3,4,5 accept_eula=yes listener.tcp.default=127.0.0.1:1883 listener.ssl.default=0.0.0.0:8883 listener.ssl.require_certificate=on listener.ssl.keyfile=/etc/ssl/vernemq/tls.key listener.ssl.cafile=/etc/ssl/vernemq/ca.crt log.console=console listener.tcp.localhost=127.0.0.1:1883 allow_anonymous=on listener.ssl.certfile=/etc/ssl/vernemq/tls.crt erlang.distribution.port_range.minimum = 9100 erlang.distribution.port_range.maximum = 9109 listener.ws.default =...
Adding the default depth of 10 did not change anything for the command: if I include the final `.` (not sure if that was intended), I get the following error:...
If I do it with "1883" instead of "8883" I get this ``` ([email protected])2> rp(ranch:info({{127,0,0,1},1883})). #{active_connections => 0,all_connections => 0, ip => {127,0,0,1}, max_connections => 10000, metrics => #{{conns_sup,1,accept} =>...
It seems though that the 8883 port is correctly opened (and correctly proxied-through by the ingress-nginx TCP proxy in front), because when I try to make a MQTTS request on...
and if I try to send a non-SSL MQTT message on port 8883 (to try), I don't see a log on the server, and the socket is closed immediately
I'm not sure how to do this, since I guess with Kubernetes each time I deploy I might be on a different node IP no?