user@host:~$ mosquitto_pub -d -h my-rabbit-host.net -p 8883 -u user -P'password'-ttest--insecure -m"test"Client mosqpub|20501-host sending CONNECT Error: The connection was lost. user@host:~$ I've also tried to leave the--insecureflag out, same result. ...