eyalco
1
Suddenly I am starting to get the following message:
2020-10-08 14:35:09 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (::1)
I tried to set the http but it doesn’t help. Any idea how I can fix this issue?
trusted_proxies:
- 127.0.0.1
- ::1
There are several threads about this issue. Doesn’t seem to do any harm, but as far as I know nobody’s managed to make it go away. It’s a feature.
eyalco
3
Yes, it suddenly appeared I hope they are going to fix it or at least give the option to remove the warning
If you just don’t want that message in log you can disable that log by doing:
logger:
logs:
homeassistant.components.http.ban: notset
For more information: https://www.home-assistant.io/integrations/logger/#logs
I’m glad to help!
1 Like
eyalco
5
Thx.
In any case, I found out the the issue was with appdaemon.
Glad to hear happy weekend!