Hi,
I’m struggling to have the Configurator panel_iframe working properly on Hassio with HTTPS.
After one of the latest update of Configurator component, the panel_iframe behaves in a weird manner due to the fact that now the Configurator component has no more a dedicated ip/port connector, but it has been embedded in Hassio.
My configuration.yaml, that worked up to the latest Configurator component update is:
see the post above for the release notes on ingress (read them carefully) and if you want to use an iframe before 0.92.0 see the second link of that post.
For the sake of simplicity, I’ll write what I did: since the new version of Configurator component uses Ingress, to make the panel_iframe work again as expected, it is necessary to set the port in the add-on configuration section (Hass.io >>> Dashboard >>> Configurator >>> Network section). In my case, the internal port is 3218. I saved and restarted the add-on:
The http_configurator points to: http://HOSTNAME:PORT (where, HOSTNAME is from DuckDNS and PORT is the one I configured on my router to point internally on the RPi ip address on port 3218)
I tried to use HTTPS, pointing the browser directly to https://HOSTNAME:PORT, but it does not work.
The problem I have now is that it works on HTTP but not in HTTPS, as it was before.
I miss what to do to make the HTTPS connection work again.