It’s because @ character in your case is a separator between password and username in connection string.
Replacement of @ applies only to those characters which are part of password and username. (in fact it should be applied to all characters which could potentially break URI format, for example to colon, space etc - it’s not HA specific).
BTW it should be called “Connection URI” instead of “Connection string”. Both are different things.
Hem… I did not set up anything with MQTT since everything set up using integrations so confused on which part needs to be fixed.
As for Supervised on my end upon running the script and then go into port 8123, I got the 20minute preparation pages which I haven’t seen for a very long time.
Hello
Before upgrading and as proxy change is present and confirmed in 2021.7, I would like to know how can I found which integration is using this ip reported in 2021.6 ?
log say: A request from a reverse proxy was received from 172.30.33.6, but your HTTP integration is not set-up for reverse proxies; This request will be blocked in Home Assistant 2021.7 unless you configure your HTTP integration to allow this header
But I don’t have any http in configuration.yaml. I’m using Duck DNS in combination of NGINX Home Assistant SSL proxy.
This is the same approach to fix that before upgrading ?
I’ve never seen an example docker run or docker-compose with priviliged mode enabled and I didn’t know that was the only supported way.
Thanks for the link!
I’m getting 400: Bad request on my Kindle Fire tablet on the same network as HA. No proxying involved. My phone connects to the same address just fine. Where do I look to solve this?
So my guess is:
You have a trusted_proxy configured in your HTTP integration AND are using trusted networks.
The IP address of the tablet, matches both of those settings (which cannot be correct).