Open lsaranto opened 2 months ago
The example config showing how to connect to Unraid is not using http:// or https:// on host address, which appears to be needed. Before I added it, I got SSL: CERTIFICATE_VERIFY_FAILED error and python crash, even when setting ssl: False.
http://
https://
SSL: CERTIFICATE_VERIFY_FAILED
ssl: False
The example config showing how to connect to Unraid is not using
http://
orhttps://
on host address, which appears to be needed. Before I added it, I gotSSL: CERTIFICATE_VERIFY_FAILED
error and python crash, even when settingssl: False
.