Hi All
I am running VerneMQ on my local server. I use authentication via Auth file and Database. Currently, I have enabled the MQTT listener in VerneMQ, but it is not working. I created an SSL certificate, but it is throwing an error: 'A TLS error occurred
Hi,
I suspect your error is coming from “mosquitto_sub”, that is your MQTT client. You might need to point the command to your CA file (--cafile) and use --insecure to disable hostname verification.
Also check the Verne logs for server side log lines. You can also check the running listeners using vmq-admin listener show
You are using a very old repo (erlio/docker-vernemq).
While I don’t recall TLS not working with that, you should use the newer images from vernemq/vernemq.
(Note that those images need a paid subscription for commercial use.)