Sorry talked to soon, for some reason I cant get pass the logon screen
(Firewall is ok port 8123 is open)
See this post here which is not the same question BTW
I guess it dosent matter if I disable http if I always just remember to access it remotely by https LOL
Yep, typically what I do, sometimes I just remove the port 80 forward as well until the Let’s Encrypt renewal time since they had to change to http challenges.
I didnt find a way to close access, but if all access goes to HTTPS then the information is save from people snooping your data when accessing the HA
But I dit find a workaround to have Synology maintaining all your letsencrypt certificates for all your devices.
Solution here:
TEMPLATE CHANGE
To allow WebSocket by default for all service exposed by NGINX, you can enable it in the template file located in /usr/syno/share/nginx/Portal.mustache. Please be really careful in editing this file since you may break access to the DSM UI. Please backup this file before any edition.
Open /usr/syno/share/nginx/Portal.mustache and add the followings in the Location section:
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
proxy_read_timeout 86400;
Then restart the NGINX daemon:
sudo synoservicecfg --restart nginx
Thats it then it works! and I have working cert. from Synology on my external RASP3! :lol: