MQTT not connecting (EMQX) #20147
Replies: 1 comment 6 replies
-
For secure MQTT connections (port 8883), you must configure TLS/SSL settings in your Frigate config. Add the mqtt:
host: ha#####.ala.eu-central-1.emqxsl.com
port: 8883
client_id: frigate1180
user: Frigate_1180
password: rGH!vayBMNQFT8qb*******
enabled: true
topic_prefix: frigate1180
tls_ca_certs: /path/to/ca.crt Make sure the path to your CA certificate is accessible inside the Frigate container. If the broker requires client certificates, also set 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Although all my other services are connecting fine to EMQX, Frigate is refusing. All I get in the log is "MQTT disconnected" right from boot on. I checked all the settings:
Beta Was this translation helpful? Give feedback.
All reactions