show modification timestamp and size of file
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / Uploader.java
index a63010a..a5d2316 100644 (file)
@@ -358,7 +358,7 @@ public class Uploader extends ListActivity implements OnItemClickListener, andro
 \r
         WebdavClient wdc = new WebdavClient(oc_uri);\r
         wdc.setCredentials(mUsername, mPassword);\r
-        wdc.allowUnsignedCertificates();\r
+        wdc.allowSelfsignedCertificates();\r
 \r
         // create last directory in path if nessesary\r
         if (mCreateDir) {\r