I was enjoying this server without any problems before.
But I just installed it with the latest version of Bridge, Network and App server on another system.
And I have a new issue with MQTT.
It seems the mosquitto works well. I can access the broker using commands without a password. I didn’t set up the password as below.
:~$ sudo mosquitto_passwd -b Error: -b argument given but password file, username or password missing.
I’m having this error from Gateway Bridge server(same error on Network and App server)
Apr 10 14:50:02 smartserver-17q48qc chirpstack-gateway-bridge[862]: time=“2020-04-10T14:50:02+09:00” level=error msg=“integration/mqtt: connection error” error=“Identifier rejected”
Apr 10 14:50:04 smartserver-17q48qc chirpstack-gateway-bridge[862]: time=“2020-04-10T14:50:04+09:00” level=error msg=“integration/mqtt: connection error” error=“Identifier rejected”
Apr 10 14:50:06 smartserver-17q48qc chirpstack-gateway-bridge[862]: time=“2020-04-10T14:50:06+09:00” level=error msg=“integration/mqtt: connection error” error=“Identifier rejected”
Apr 10 14:50:08 smartserver-17q48qc chirpstack-gateway-bridge[862]: time=“2020-04-10T14:50:08+09:00” level=error msg=“integration/mqtt: connection error” error=“Identifier rejected”
Apr 10 14:50:10 smartserver-17q48qc chirpstack-gateway-bridge[862]: time=“2020-04-10T14:50:10+09:00” level=error msg=“integration/mqtt: connection error” error=“Identifier rejected”
Apr 10 14:50:12 smartserver-17q48qc chirpstack-gateway-bridge[862]: time=“2020-04-10T14:50:12+09:00” level=error msg=“integration/mqtt: connection error” error=“Identifier rejected”
Apr 10 14:50:14 smartserver-17q48qc chirpstack-gateway-bridge[862]: time=“2020-04-10T14:50:14+09:00” level=error msg=“integration/mqtt: connection error” error=“Identifier rejected”
So I have checked the log of mosquitto
It says the protocol error.
1586495290: New connection from 127.0.0.1 on port 1883.
1586495290: Client disconnected due to protocol error.
1586495292: New connection from 127.0.0.1 on port 1883.
1586495292: Client disconnected due to protocol error.
1586495294: New connection from 127.0.0.1 on port 1883.
1586495294: Client disconnected due to protocol error.
1586495296: New connection from 127.0.0.1 on port 1883.
I didn’t modify the toml file at all.
Could you advise on this?