Unable to get an MQTT broker launched onto fly. Tried following the appkata example from 2020 but it doesn’t seem to work any longer, and I’m not sure what needs to be done to fix it. Following the guide to a tee works until testing stages, where I run mosquitto_sub -L mqtts://<username>:<password>@server.fly.dev/# --cafile certs/rootCA.pem, and get back Error: Protocol error. Anyone successfully deployed a MQTT broker to Fly and wanna share?
I am having same issues. Tried with no SSL as well, different ports to no avail. I also made sure it is listening on all interfaces. Deploying the Dockerfile locally and exposing the ports work just as expected – it seems something is blocking the connection midway.