79174212

Date: 2024-11-10 05:48:02
Score: 1.5
Natty:
Report link

I faced the same issue "Socket error on client , disconnecting." when my mosquitto configuration file contained this

allow_anonymous true

password_file /etc/mosquitto/passwd

The configuration file containing both lines seem to confuse the broker what to do. Fixed the issue when changing to

#password_file /etc/mosquitto/passwd

allow_anonymous true

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Peter