Since the LAMP server receives all port 80/443 and 53 traffic, I’ve had to create a reverse proxy to be able to access Home Assistant via http://hassio.domain.com and https:// and it resolves correctly.
What I can’t figure out how to do is to get https://hassio.domain.com to actually have a valid certificate.
Do I need a certificate on HASS.io, or does Apache handle that, and based on the correct answer, how do I make sure it will work?
So I may be getting hung up on something. I can access the site from http://subdomain.domain.com but the browser shows not secure. Under the certificate, however, it does show a valid certificate…so I’m not sure what’s going on, whether the site is secure, or whether it’s important or not.
As long as I can access the site remotely with the subdomain, I’m okay with that, but are there any security concerns for my system if the browser reports this?
Http won’t show a valid certificate. You need to use https.
There are definately security issues accessing your site externally via http instead of https, especially if accessing from a public network.