I exposed my Home Assistant (Proxmox VM) with a Zero Trust tunnel from Cloudflare. I can access the HomeAssistant VM from my PC without any problem from my domain name. But from the HomeAssistant app on iOS, I constantly get an error message:
Invalid HTTP response (403) for https://domaine.com/auth/authorize?response_type=code&client_id=https://home-assistant.io/iOS&redirect_uri=homeassistant://auth-callback.
Code d'erreur:
PromiseKit.PMKHTTPError 0
configuration.yaml
http:
ip_ban_enabled: true
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
- 192.168.0.120
- 10.0.0.2
Anyone ever had a similar message?
Thanks for your help