The HA app on iPhone has started to display error
An SSl error has occured and a secure connection to the server can not be made NSURLErrorDomain -1200
I am also using the app on an android and it does not have the same error and works fine.
The HA app on iPhone has started to display error
An SSl error has occured and a secure connection to the server can not be made NSURLErrorDomain -1200
I am also using the app on an android and it does not have the same error and works fine.
I was able to reconnect with the iPhone HA app after logging in locally and using the server reboot function in the configuration screen. I suppose rebooting the pi server would have also worked.
Previously I deleted and reloaded the app but that didn’t work.
Getting this a lot now too
How did you fix it?
Me too. A solution would be great if anyone has one
For mine I found that my wifi network was no longer listed as a local connection in the app. Changed that, reset home assistant and it’s worked since.
If someone runs into this issue down the road, I found 1 possible solution. If you’re using NGINX as a reverse proxy for external SSL access, you need to port forward 443 to 443 on your HA device. I was forwarding 443 to 8123 and it didn’t work (forgot my router settings when I did a factory reset)
I checked via Open Port checker if port 443 was open and it came back closed. I restarted the ISP modem and the problem was resolved.
Thanks. That’s it. I now forward the external port 8123 to 443 to keep my external 443 for other purposes. Not sure why it worked before with 8123 to 8123. In any case, I am back in business.
I use a Synology NAS to drive my reverse proxy and, every once in a while, I have to “reboot” that service. To do this I change a setting, save, restore the correct setting, and save again. There might be a more direct way to restart the service without rebooting the whole machine.