I am trying to get rid of the error when I try to access a browser page from within the HA companion app. Specifically, trying I’ve put the new Music Assistant in a web page view, and while I can see it on my computer, and my wall tablet, I can’t see it on my phone. I get the error:
Unable to load iframes pointing at websites using http.
Curious why it works with Fully Kisok on a wall tablet, and works in the sidebar of my phone.
Anyway, I am running HA using HAOS. I am a noip.com user the purposes of DDNS. I have a domain, finefam.ddns.me. They also provide a free SSL certificate which I have. Once I created a CSR, I was provided with 6 files as in the picture attached:
I note from the HA support page, I should be adding this to the HTTP section of configuration.yaml.
ssl_certificate: /etc/letsencrypt/live/hass.example.com/fullchain.pem
ssl_key: /etc/letsencrypt/live/hass.example.com/privkey.pem
So at this point, I don’t know which of the 6 files in the attached picture correspond to the files required in the config file. I’m suspecting those files for my DDNS are not the correct files for HTTPS.
Can I ask for some hand-holding please? FYI, I have no opened ports, I use HA Cloud when out of my network, and also have a VPN on my Synology router that I use only occasionally.
Current HTTP entry is as follows:
http:
server_port: 8123
ip_ban_enabled: true
login_attempts_threshold: 5
Thank you