Aie, petit problème .
Voici ma version :
$ sudo -u www-data php /var/www/html/nextcloud/occ status - installed: true - version: 16.0.4.1 - versionstring: 16.0.4 - edition:
La liste des tests que j’ai fait avec curl afin de trouver la bonne url …
Test n°1 :
curl --user 'admin:rock64next' --key nextcloud.mtdc.key --cacert nextcloud.mtdc.crt https://nextcloud.mtdc/remote.php/webdav/
This is the WebDAV interface. It can only be accessed by WebDAV clients such as the Nextcloud desktop sync client
Test n°2 :
curl --user 'admin:rock64next' --key nextcloud.mtdc.key --cacert nextcloud.mtdc.crt https://nextcloud.mtdc/remote.php/dav/appinfo/v1/webdav.php Sabre\DAV\Exception\NotFound File not found: appinfo in 'root'
Test n°3 :
curl --user 'admin:rock64next' --key nextcloud.mtdc.key --cacert nextcloud.mtdc.crt https://nextcloud.mtdc/remote.php/dav/appinfo/v2/remote.php Sabre\DAV\Exception\NotFound File not found: appinfo in 'root'
Test n°3 :
curl --user 'admin:rock64next' --key nextcloud.mtdc.key --cacert nextcloud.mtdc.crt https://nextcloud.mtdc/remote.php/dav/appinfo/v1/webdav.php Sabre\DAV\Exception\NotFound File not found: appinfo in 'root'
Test n°4 :
curl --user 'admin:rock64next' --key nextcloud.mtdc.key --cacert nextcloud.mtdc.crt https://nextcloud.mtdc/remote.php/apps/dav/appinfo/v2/remote.php
Test n°5 :
$ curl --user 'admin:rock64next' --key nextcloud.mtdc.key --cacert nextcloud.mtdc.crt https://nextcloud.mtdc/remote.php/dav/files/Joplin This is the WebDAV interface. It can only be accessed by WebDAV clients such as the Nextcloud desktop sync client
Quelle fatigue ….