This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

mqtt simple not working with test.mosquitto.org

I am using my own MQTT server, MQTT simple works well

then I am testing test.mosquitto.org send works from PC :

mosquitto_pub -h test.mosquitto.org -p 1883 -t etrog/device-359779080193747 -m world

mosquitto_sub  -t "etrog/device-359779080193747" -h test.mosquitto.org

works well
then I am setting the connection parameters as such: 
but it fails to sent MQTT with the following error:
as you can see from log it finds the IP address. but for some reason the send fails 
please assist 
Related