Hi,
I keep getting (maybe once a day) a persistent notification about authentication error, so finally decided to check the logs and saw this entry:
Logger: homeassistant.components.http.ban
Source: components/http/ban.py:125
Integration: HTTP (documentation, issues)
First occurred: 2:26:31 PM (8 occurrences)
Last logged: 3:10:47 PM
Login attempt or request with invalid authentication from <redacted> (<redacted>). (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36)
I am running a supervised version on a Debian box and also using self signed certificates for my set up.
Here is my http configuration:
http:
ssl_certificate: <path_to_certificate>
ssl_key: <path_to_key>
ip_ban_enabled: true
login_attempts_threshold: 25
I used to get locked out very often so increase the threshold to “25” but still get locked out about once every 2-3 months.
If anyone knows why authentication fails sporadically in my setup or how to fix it, please let me know.