making file download using progressbar view
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / files / services / FileUploader.java
index 30d91e1..f6e1c51 100644 (file)
@@ -147,7 +147,7 @@ public class FileUploader extends Service implements OnUploadProgressListener {
         mNotificationManager.notify(42, mNotification);
 
         WebdavClient wc = new WebdavClient(ocUri);
-        wc.allowUnsignedCertificates();
+        wc.allowSelfsignedCertificates();
         wc.setUploadListener(this);
         wc.setCredentials(username, password);