Hello
I’m trying to make work mosquitto with autentification, using the easiest method, the Static password.
I have docker and mosquitto eclipse last version and i setupded a volume in my docker-compose to be able to setup folders config on that - ./configuration/mosquitto:/mosquitto
Following brocaar instrucions I had to change the proposal config in those istructions from /etc/mosquitto/conf.d/auth.conf, to /mosquitto/config/mosquitto.conf to be able that mosquitto works with password generated , becasue with first proposal mosquitto does not load the configuration “allow_anonymous false”
After that mosquito is working with the generated password, but Chirpstack is not working anymore.
looking at the loog It seems that I need to tell the others components the user/password, I thought… but in the instrucions brocaar, there are nothing to do in this kind of setup. Even for the other two methods there are instructions to do.
What I’m doing bad ??