I did the following changes in mosquitto.conf
password_file "\etc\mosquitto\passwordfile.txt"
allow_anonymous false
But still when i send the command
mosquitto_pub -u admin -P (wrong password) -m "1" -t "topic"
and
mosquitto_sub -u admin -t "topic"
I am still receiving, at the broker the message I am publishing. Should that be NOT happening?
i created the password file using
mosquitto_passwd -c "etc\mosquitto\passwordfile.txt" admin
I am getting a feeling I am doing a very silly mistake. But just cant put a finger on it