Hi, I'm new to using mqtt. I am working on a project where I use the paho c library (
https://github.com/eclipse/paho.mqtt.c.git) to connect to mosquitto. When I use version 1.3.9 of paho I don't have any connection problems, but when I use versions 1.3.10 onwards, I get the error: MQTT error [-1]: TCP/TLS connect failure. I am using a mosquitto configuration file, which is being read correctly:
listener 1883
listener 8883
websockets protocol
allow_anonymous true
Any help would be appreciated.