need some help getting my HA and nginx config correct.
have my own domain, going thru cloudflare to a local install of nginx
Home Assistant OS as VM in proxmox (192.168.50.14)
Nginx Proxy Manager as LCX in proxmox (192.168.50.17)
have updated HA URL to my own URL and it says “External Access Enabled”
set up proxy host in nginx to point to HA.
accessed HA from URL (from external source) initially i got the 400 error as expected.
this is where i’ve read a lot of conflicting info.
the issue i now have is that, whilst the HA login page loads fine. 80% of the time when i enter a correct user/password i get bounced back to the login page saying “start over”, using the same user/password when accessing locally has zero issues. the other 20% of the time it does accept the user/password and logs in all ok.
the logs show it as an invalid login attempt, but the it’s not as the user/password is correct
WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 162.158.33.231 (162.158.33.231)
i’m assuming i still have a config issue in either HA or nginx.
can anyone advise?
1st attempt results in the “start over”
2nd attempt resulted in a successful login
this now seems to be reproducable - ie, it’s not as ranom as first thought.
i have been able to reproduce this multiple times now - ie 1st attempt fails, 2nd attempt works.
neither of those would give a “start over” prompt though? they would give the standard “wrong login details” prompt ?