Hi,
I’m new to Home Assistant and like it very much so far.
I’m currently struggling with using a self signed certificate for accessing the frontend of a hassio installation on a rpi 3 from my iOS Devices.
I created a self signed certificate and used it to secure the hassio frontend and access to the configurator addon.
This is working fine on a mac when accessing “https://hassio:local:8123” or the configurator on another port. Works in Chrome, works in Safari.
But i just can’t figure out whats the problem when accessing it with safari on my iphone.
I installed and trusted the certificate on my Phone.
I can access the login page, which i thought would mean the ssl connection is successfully established.
But after entering my credentials, there is an hassio error message telling me to try again because the login failed.
My hassio installation is showing ssl handshake errors.
Interestingly the configurator accessed via “https://hassio:local:3218” with the same certificates on the iPhone works just fine.
What additional checks or magic is the main frontend trying to perform?
I’m confused because:
- general ssl setup seems ok, works on some devices
- the certificate seems to be ok for safari on iOS when accessing the configurator
- the main frontend on ios is reachable on iOS, so the certificate seems to be ok
- some step in the hassio is doing some kind of additional handshake?
what did i miss?
Thank you for your help