Toshiba-AC-control
Toshiba-AC-control copied to clipboard
SSL: CERTIFICATE_VERIFY_FAILED
I tried running the gui-example, but get an error when running - does Toshiba have issues with their self signed certs?
raise ClientConnectorCertificateError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host mobileapi.toshibahomeaccontrols.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)')]
Could this maybe be mitigated using aiohttp's verify_ssl=False
?