View Single Post
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#14
Originally Posted by enekux View Post
You have to modify the script "/usr/bin/simple_oc" on the line 56 where it says:

"ownclouds://${user}:${passwd}@${oc_url}/remote.php/webdav"

and you remove the 's' from "ownclouds"...

... I don't know if from the security perspective this is secure...

any comments?
Thanks! Smart work.

In general in a NSA dominated world using ssl (https) is a better bet. But if you care not that someone might snoop, then by all means http it is.

If you run your own server, a self signed certificate (needed for a httpd to run ssl) is just fine, as it will spawn warnings but who cares and you then get the high-grade encryption. But nothing is REALLY secure nowadays unless you really know wots wot, so YMMV.