Bridge Mosquitto to Venus MQTT

Hello,

I like to bridge my Mosquitto Broker to the Venus V.3.6 MQTT Broker.

With MQTT Explorer I can access the Venus Broker and get all topics. Perfect - see settings below:

But trying to bridge the Mosquitto Broker to the Venus won´t work. See my Mosquitto.conf below:

persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log
password_file /mosquitto/config/pwfile
log_dest stdout
allow_anonymous false
listener 1883
listener 1895
listener 9001
protocol websockets

connection victron
address 192.168.178.113:8883
topic N/# in 0 victron/
topic R/# out 0 victron/
topic W/# out 0 victron/
remote_password abcdf123
remote_username admin

How to configure TLS Encryption + No Certificate Validation or do I miss something else?

Thank you

Solved the Problem - as described here: Where to get CA certificate for Venus SSL self-signed certificate

1 Like