I spent a lot of time trying to get the reverse proxy working on my DS218+ and gave up and went with NGINX in docker - havenât looked back. I also have a certbot docker container which renews my lets encrypt certs every 30 days which has a shared durectory with my NGINX container.
one thing i hadnât tried was setting up so my external port was 443 (port redirects were in use for my pi HA)
Ive set up the built in Reverse proxy with port 443, having redirected my router port forwarding, and it goes straight in. I thought the reverse proxy would have dealt with this?? and HA would have just seen the access over https?
It will, but I am guessing your built in reverse proxy wasnât listening on 4443?
HA doesnât know anything about the SSL, and it doesnât care. It is seeing a connection come from the reverse proxy as http and is happy to serve it to the connection, which in turn gets SSLâd on the proxy back to you.
its purely as whilst i was configuring the changeover, i wanted my router to point 443 elsewhere, so i port forwarded 4443 at the router to 443 at the NASâŚ
writing that out basically says the NAS was seeing it at port 443, and i should have set up reverse proxy to look at 443âŚHave I spent weeks being a doughnut??
If you set your forward to be 4443 on external to 443 on internal (Synology), then it should just work. But see, your Synology is set to listen to 4443 according to your settings. Set the Synology to listen on 443, the SOURCE section.