From 85817018031c359bcd25fb64af99db9303d9fee1 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 30 Dec 2018 14:37:24 +0100 Subject: [PATCH] Add note for fixing cloudmqtt certificate errors (#7842) See https://community.home-assistant.io/t/cloudmqtt-issues-expired-certificate/73030/4 --- source/_docs/mqtt/broker.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_docs/mqtt/broker.markdown b/source/_docs/mqtt/broker.markdown index cfff837d8ea..2fd03ed181b 100644 --- a/source/_docs/mqtt/broker.markdown +++ b/source/_docs/mqtt/broker.markdown @@ -173,4 +173,7 @@ mqtt:

Home Assistant will automatically load the correct certificate if you connect to an encrypted channel of CloudMQTT (port range 20000-30000).

+

+If you experience an error message like `Failed to connect due to exception: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed`, then add `certificate: auto` to your broker configuration and restart Home Assistant. +