-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Steps to reproduce
- Install NC on shared host (all-inkl with SSL Lets encrypt in my case) using mySQL
- Create user
- OS X - Finder - Cmd+K: Connect to https://host.url/remote.php/webdav using user credentials
- Try to upload a file
Expected behaviour
File should be uploaded.
Actual behaviour
File with 0 kB is created, but Finder shows error message (German) "Der Finder konnte diesen Vorgang nicht abschließen, da einige Daten in „coupon2.pdf“ nicht gelesen oder geschrieben werden konnten.
(Fehler: -36)" Error:-36
Upload with Cyberduck via WebDAV (HTTPS) works.
Server configuration
Operating system:
Linux 3.13.0-105-generic #152-Ubuntu SMP Fri Dec 2 15:37:11 UTC 2016 x86_64
Web server:
Apache
Database:
MySQL Server-Version: 5.6.33-nmm1-log - (Ubuntu)
PHP version:
7.0.10-NMM1 as CGI/FPM
Nextcloud version: (see Nextcloud admin page)
11.0.0
Updated from an older Nextcloud/ownCloud or fresh install:
10.0.2 / same behavior for fresh install
Where did you install Nextcloud from:
tar file from nextcloud.com
Signing status:
Signing status
No errors have been found.List of activated apps:
App list
Contacts CalendarThe content of config/config.php:
Config report
'[REMOVED]', 'passwordsalt' => '[REMOVED]', 'secret' => '[REMOVED]', 'trusted_domains' => array ( 0 => '[REMOVED].[REMOVED].[REMOVED]', ), 'datadirectory' => '/www/htdocs/[REMOVED]/[REMOVED]_data', 'tempdirectory' => '/www/htdocs/[REMOVED]/[REMOVED]_temp', 'overwrite.cli.url' => 'https://[REMOVED].[REMOVED].it', 'dbtype' => 'mysql', 'version' => '11.0.0.10', 'dbname' => '[REMOVED]', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => '[REMOVED]', 'dbpassword' => '[REMOVED]', 'logtimezone' => 'UTC', 'installed' => true, 'mail_from_address' => '[REMOVED]', 'mail_smtpmode' => 'php', 'mail_domain' => '[REMOVED].[REMOVED]', 'loglevel' => 0, 'mail_smtpsecure' => 'ssl', 'theme' => '', 'maintenance' => false, );Are you using external storage, if yes which one: No.
Are you using encryption: yes, but same behavior without encryption (tested with new installation)
Are you using an external user-backend, if yes which one: No.
Client configuration
Browser:
Finder (Browser upload works)
Operating system:
Mac OS X 10.12.2