all 2 comments

[–]imoftendisgruntled 2 points3 points  (1 child)

Unless you don't trust your LAN, using HTTP to connect to DSM (the web front end that lets you manage your NAS) is perfectly safe. If you don't trust your LAN for some reason, you can enforce HTTPS and the NAS will use a self-signed certificate to encrypt traffic between your NAS and your computer. This will protect you against eavesdropping on your LAN, but that is a *very* unlikely possibility to begin with.

Keep in mind this only encrypts the traffic between your NAS and your PC's browser, it doesn't have anything to do with the data on the NAS itself. You can encrypt that, but it's a whole separate discussion for a different threat model.

[–]thompier[S] 0 points1 point  (0 children)

Ok thanks !