homeAssistant连接天猫精灵,卡在Oauth2认证需要的 SSL证书这一步,https无法成功,始终没有成功:
安装环境如下:
我的homeAssiatant是运行在斐讯n1的docker上的,版本是0.119,然后,成功的做了端口映射,即可直接端口映射(有动态公网Ip),也可做frp内网穿透,8123端口都是通的,然而搭建https的SSL证书,证书是阿里云DigiCert 免费版 SSL,内容是“other证书",始终没有搞好,目前外网都可以http方式访问,就是搭建https未成功,注意提示ssl配置文件:
http:
ssl_certificate: /config/ssl/SSLcertificate.pem #公钥文件地址,注意放在有读取权限的文件夹ssl_key: /config/ssl/SSLprivatekey.key
其他使用默认,没有做任何设置,始终提示ssl证书有问题:Invalid config
The following integrations and platforms could not be set up:
ssl_key
ssl_certificate
Please check your config and [color=var(--primary-color)]logs.
但阿里证书是没有问题的,而且这个https可以在其它任何环境中使用,
现在着实没有办法解决这个问题,论坛 的大大们帮忙指点一下,https搭建不成功,更进一步的操作都无法进行了,
日志详细信息:
Logger: homeassistant.setup
Source: setup.py:138
First occurred: 2020年12月20日 下午10:09:42 (2 occurrences)
Last logged: 2020年12月20日 下午10:09:42
Setup failed for ssl_key: Integration not found.
Setup failed for ssl_certificate: Integration not found.