after upgrading (from 0.106.3) I am getting a 403 error whenever trying to access my home assistant.
I am able to access it via direct IP and port 8123, so it makes me think there is something going on with SSL/DNS.
I normally access it behind a caddy server/LE cert over 443. Nothing has changed in that configuration, and the cert doesn’t expire for another 21 days.
my home assistant log gives this error:
ssl.SSLError: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])",)
other web services are working fine behind this same caddy reverse proxy, so i’m confident the cert is valid. has anyone experienced this before? or could offer insight into troubleshooting steps?
TIA