Hi @johan, could you explain me a bit more how to disable authentication on mosquitto and the token based mechanism?
I create my server using Docker with this configuration file, where I commented out these two lines
- TTN_HANDLER_MQTT_USERNAME=yourusername # You don't need this if you use - TTN_HANDLER_MQTT_PASSWORD=yourpassword # the default mosquitto server
However running the backend mosquitto does not fail but the broker does with this error
broker_1 | FATAL Broker has fallen... error=Invalid operation: Failed to refresh token key: Get https://account.thethingsnetwork.org/key2: dial tcp: lookup account.thethingsnetwork.org on 127.0.0.11:53: read udp 127.0.0.1:46121->127.0.0.11:53: i/o timeout
Thank you very much in advance,