First, did you enable the https server ?.
When you wrote "https://yournasme/own-cloud", I assume that you replace yournasname by the real name of your NAS ?
Note: from a local access (LAN), you can use the url http://nasname/own-cloud or http://192.168.x.x/own-cloud (192.168.x.x is the local Ip of your NAS). No need to use https protocol
From a remote access (eg. smartphone), you need to use https://yourDDNS/own-cloud (DDNS is your dynamic DNS for your public IP) or https://yourpublicIP/own-cloud (yourpublicIP is the public IP of your ISP router)
Note2: of course from a remote access, you need to open the port 443 on your ISP router.
Maybe you must read this for the https server:
Jocko wrote:Hi Redleh
I assumed that if you want to have a remote access, you have to use https protocol (for reasons that seem obvious... ;) Yes, I know that you are not an US star but ... :mrgreen: )
In this case you have to enable the https server with a certificate set with your DNS (of course).
So you need to do it and run the shell script in a putty window
- Code: Select all
/share/1000/fvdw/addons/owncloud-config.sh
Note: after this, you can also use the http protocol ...