Hello everyone!
I’m trying to connect ChirpStack Network Server to the Orange LiveObjects infrastructure.
I only have to connect to their MQTT broker with these instructions:
Given these instructions, how do I have to configure the chirpstack-network-server.toml configuration file, especially regarding the server address?
Where can I enable SSL/TSL for this connection?
# MQTT server (e.g. scheme://host:port where scheme is tcp, ssl or ws)
server="ssl://liveobjects.orange-business.com:8883"
# Connect with the given username (optional)
username="application"
# Connect with the given password (optional)
password="myApiKey"
I tried with these paramters, but chirpstack-network-server fails to connect, typing:
msg="gateway/mqtt: connecting to mqtt broker failed, will retry in 2s: Identifier rejected"
Thank you guys!
Leonardo