Invalid authentication

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. :roll_eyes:

Yes, it suddenly appeared :frowning: 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

Thx.

In any case, I found out the the issue was with appdaemon.

Glad to hear happy weekend!