i am trying to access my ha over the net through iss with https and a client certificate
it works fine if i use a bowser like chrome
but the playstrore app does not
it asks me for a certificate and then for the user/pass
entering wrong date and i get a wrong password error entering the right one and i get an error
“unable to connect to home assistant”
there was an error loading home assistant , please …
iis log
W3SVC6 gate 10.2.10.210 GET /auth/providers X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=58857c69&SERVER-STATUS=200 443 - 100.xx.xx.21 HTTP/1.1 Mozilla/5.0+(Linux;+Android+8.0.0;+SM-G930F+Build/R16NW;+wv)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Version/4.0+Chrome/121.0.6167.143+Mobile+Safari/537.36+Home+Assistant/2024.1.5-12102+(Android+8.0.0;+SM-G930F) - - xxx 200 0 0 346 664 489
W3SVC6 gate 10.2.10.210 GET /frontend_latest/4631.CBwlAxGKxXs.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=b3a79913&SERVER-STATUS=200 443 - 100.xx.xx.21 HTTP/1.1 Mozilla/5.0+(Linux;+Android+8.0.0;+SM-G930F+Build/R16NW;+wv)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Version/4.0+Chrome/121.0.6167.143+Mobile+Safari/537.36+Home+Assistant/2024.1.5-12102+(Android+8.0.0;+SM-G930F) - - xxx 200 0 0 1545 716 570
W3SVC6 gate 10.2.10.210 POST /auth/login_flow X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=bf84896b&SERVER-STATUS=200 443 - 100.xx.xx.21 HTTP/1.1 Mozilla/5.0+(Linux;+Android+8.0.0;+SM-G930F+Build/R16NW;+wv)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Version/4.0+Chrome/121.0.6167.143+Mobile+Safari/537.36+Home+Assistant/2024.1.5-12102+(Android+8.0.0;+SM-G930F) - - xxx 200 0 0 587 886 102
W3SVC6 gate 10.2.10.210 POST /auth/login_flow/702b5295 X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=c3bf4edc8&SERVER-STATUS=200 443 - 100.xx.xx.21 HTTP/1.1 Mozilla/5.0+(Linux;+Android+8.0.0;+SM-G930F+Build/R16NW;+wv)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Version/4.0+Chrome/121.0.6167.143+Mobile+Safari/537.36+Home+Assistant/2024.1.5-12102+(Android+8.0.0;+SM-G930F) - - xxx 200 0 0 507 886 425
W3SVC6 gate 10.2.10.210 POST /auth/token - 443 - 100.xx.xx.21 HTTP/2 Home+Assistant/2024.1.5-12102+(Android+8.0.0;+SM-G930F) - - ha.xxx.com 403 7 64 0 357 1
the problem is obviously
POST /auth/token 403
just dont know what to do