Currently I’m stuck with Nginx Proxy Manager and the correct port forwarding.
I’ve had it working for serveral years, but I had to reset my router (lost my password). And now it’s seems like I can’t get my ports correct.
While requesting the SSL in de NPM Managers it keeps on failing. When I go to [my-external-domain.com] it forwards correct to HA but it keeps on loading and than I get a browers “ERR_FAILED” message.
My situation:
HA and NPM are running on a RPI and in Docker
I can reach HA via internal-ip:8123
I can reach HA via my home IP on home-ip:433
In my router (Ziggo Connectbox) I’ve forwarded external port 433 to 8123
Should I also forward the external 80 port? I tried it with forwarding external 80 to internal 81 but no success. Can somebody help me?
Hi, I am no nginx specialist but based on my Syno revproxy… what I see as incorrect is your routing:
external = https = 443 and this should route to your nginx 443, nginx then send it to http 8123
I’m afraid I cannot help as it seems nginx or HA setup trick
I added a route 8123 > 443 (revp) > 8123 (ha) and this works too (aside the non-port url)
Note that there are a plethora of posts around issues setting up NGINX
You keep mentioning port 433, HTTPS is port 443 not 433 (notice it’s two fours then a 3, not four then two threes). I am not sure that’s your issue but could it be just that?