I am unable to access my Home Assistant Docker installation from outside my network even after setting up Cloudflared Tunnel running on another container. The cloudflared tunnel’s container is set to host network but even after repeated troubleshooting, I am still getting the same error of 400: Bad Request
- I have tried adding these lines to the configuration.yaml of homeassistant
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
- I have even tried installing the tunnel multiple times
New contributor
Prathamesh Prabhakar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.