I have some issues working with SSL configuration…
I have a domain which points to my public IP address.
Then in my router I forward all incoming 80 and 443 port requests to my rpi which runs nginx.
Nginx is redirecting based on the server name (URL with sub domains etc) towards my local IP address of homeassistant, which is http (http://localipofha:8123). All http calls will be redirected to https.
When I go to the local IP address of HA, I can login and use like normal, but when I use my external domain or external IP address, I can login but as soon as I’m logged in I’m getting the ‘Unable to connect to Home Assistant’.
Anyone got some tips where to look?
PS: where could I find all network related logs from HA?
And it is still giving the same behaviour (Unable to connect… after login)
I suppose that I have to fill in the (local) ip address of my RPI that is running my nginx instance?