Hi HA community!
I’m struggling with accessing HA from the web. I’m running it inside a docker container on default port 8123.
I already have a secure connection to my synology server using port 5001 (https:mydomain.com:5001), but when I try to access port 8123 or 443 from the web, it’s not working. (port 443 is redirected to 5001… ?? I didn’t create any rule/reverse proxy for it! and 8123 is telling me that the connection is not secure)
I forwarded port 80, 443, 8123 to my NAS/Server on my router (to the same local port!).
I also tried to create a reverse proxy rule to get https:mydomain.com:8123 to the unsecured destination xxx.xxx.x.xx:8123. Not working.
Then I found a post telling that the redirection to 5001 is done by default if web station is not installed… then I installed web station. And now when I try to access mydomain.com:8123, I have nginx telling me “The plain HTTP request was sent to HTTPS port”.
Any help will be welcome
Thanks!