/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning,
I get this warning regularly. I read it might be to do with discovery (so I turned it off) or unifi (I don’t have this component). How do we track down the culprit and fix it? For info, I don’t think any of my integrations connect to Home Assistant insecurely, in fact only port 443, with full certificate chain verified OK is connected to the internet.
It makes it impossible to read logs due to so many errors.
James