Hello
I am ABLE to log into Home Assistant UI for my computer using Safari pointing to https://192.xxx.xxx.xxx:8123
I am UNABLE to log into Home Assistant UI for my iPhone using Safari pointing to https://192.xxx.xxx.xxx:8123
The login screen appears for user name and password to be entered.
After entering user name and password and clicking next HA seems to think about it for a few seconds and then responds with the following: HA logo and Unable to connect to Home Assistant. RETRY
In /var/log/syslog I find the following
Feb 18 08:30:32 officepi hass[528]: 2019-02-18 08:30:32 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.xxx.xxx.xxx
Feb 18 08:30:32 officepi hass[528]: 2019-02-18 08:30:32 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/authorize to 192.xxx.xxx.xxx (auth: False)
Feb 18 08:30:32 officepi hass[528]: 2019-02-18 08:30:32 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/providers to 192.xxx.xxx.xxx (auth: False)
Feb 18 08:30:32 officepi hass[528]: 2019-02-18 08:30:32 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/login_flow to 192.xxx.xxx.xxx (auth: False)
Installed Hassbian on Raspberry Pi 3 B+
Using a self-signed certificate.
Tried clearing browser cache.
Tired private browsing mode.
Cannot locate any ban file within .homeassistant
Have read numerous post which seem to have different reasons for same error message.
Any guidance would be most appreciated.