I am running 0.80 on HassIO. After the upgrade I can’t connect to cloudmqtt any more.
This is the Error message:
ERROR (MainThread) [homeassistant.components.mqtt] Failed to connect due to exception: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:841)
I noticed last night that CloudMQTT SSL certs had expired. They now appear to have renewed them, but I wonder if there is a change needed on the HA side to work that into the config.
I also had this issue… due to the expired cert.
Tried restarting the service at cloudmqtt.com to no avail…
I’m running 0.68.1 on a Raspbian Debian 9
I got it to work, it seems, by adding the certificate: path-to-file-for-comodo-rsa-domain-validation-sha-2-w-root.ca-bundle, see https://www.cloudmqtt.com/docs-faq.html#TLS_SSL
That page refers to Comodos KB article where the bundle-file can be downloaded into a file to be referred to via the ‘certificate’ line.
The cert store on my box may be missing the needed root-ca etc… for some reason.