Add note for fixing cloudmqtt certificate errors (#7842)

See https://community.home-assistant.io/t/cloudmqtt-issues-expired-certificate/73030/4
This commit is contained in:
Robert 2018-12-30 14:37:24 +01:00 committed by Franck Nijhof
parent e90e25c3f4
commit 8581701803

View File

@ -173,4 +173,7 @@ mqtt:
<p class='note'> <p class='note'>
Home Assistant will automatically load the correct certificate if you connect to an encrypted channel of CloudMQTT (port range 20000-30000). Home Assistant will automatically load the correct certificate if you connect to an encrypted channel of CloudMQTT (port range 20000-30000).
</p> </p>
<p class='note'>
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.
</p>