-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
caldav/carddav syncing problem after upgrade to 10.0.0 #27778
Comments
In #27754 (comment) it was stated that the "old" links should still work:
Now more and more people are reporting that they had to switch the URLs to get the sync to work again: https://central.owncloud.org/t/calendar-contact-sync-problem/7327 |
I made some more research using curl and now I have additional informations. mirek@example:/dev/shm$ sh ./aaa Without authentication:curl -ik https://example.com/owncloud/remote.php/caldav
Without authentication:curl -ik https://example.com/owncloud/remote.php/dav
With authentication (wrong password):curl -ik -u mirek https://example.com/owncloud/remote.php/caldav
With authentication (wrong password):curl -ik -u mirek https://example.com/owncloud/remote.php/dav
With authentication (correct password):curl -ik -u mirek https://example.com/owncloud/remote.php/caldav
With authentication (correct password):curl -ik -u mirek https://example.com/owncloud/remote.php/dav
|
Good observations. It looks to me that the "old" urls got somehow broken as the same happened at nextcloud too: nextcloud/server#2649 |
@neandrethal @kdslkdsaldsal the fix for this issue is ready to be tested: #27792 please comment on the pull request. THX |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Expected behaviour
Sync should work out of the box
Actual behaviour
Calendar and contacts work via www but synchronisation with desktop/mobile does not work. I have found, that synchronisation does not work because link was changed:
prior 10.0.0 it was:
https://aaaaaaaaaaaaaaaa.com/owncloud/remote.php/**caldav**/calendars/mirek/defaultcalendar
now it is:
https://aaaaaaaaaaaaaaaa.com/owncloud/remote.php/**dav**/calendars/mirek/defaultcalendar/
the same issue with carddav.
Syncing with the second address works fine.
Changing it in every desktop and mobile client does not seam to be good idea.
Is there any workaround?
Server configuration
Operating system:
raspbian jessie
Web server:
apache 2.4.10
Database:
sqlite 3.8.7.1
PHP version:
5.6.30
ownCloud version: (see ownCloud admin page)
10.0.0-1.1
Updated from an older ownCloud or fresh install:
update via aptitude update
Where did you install ownCloud from:
deb http://download.owncloud.org/download/repositories/stable/Debian_8.0/ /
Signing status (ownCloud 9.0 and above):
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no (I think)
Client configuration
Browser:
thunderbird
Operating system:
debian jessie amd64
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
Start log of thunderbird:
The text was updated successfully, but these errors were encountered: