I did the following changes in mosquitto.conf password_file "etcmosquittopasswordfile.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 "etcmosquittopasswordfile.txt" admin
I am getting a feeling I am doing a very silly mistake. But just cant put a finger on it
