Skip to content

.well-known/(caldav|carddav) returns 300 and breaks vdirsyncer #584

@mcmer

Description

@mcmer

vdirsyncer, version 0.15.0
DAV Server SOGo-2.3.12, frontend nginx-1.10.1, OS OpenBSD 6.0 amd64
Client python-3.6.0, OS OpenBSD 6.1 GENERIC.MP#209 amd64

CONFIG
[general]
status_path = "~/.vdirsyncer/status/"

[pair foobar_cal]
a = "foobar_cal_local"
b = "foobar_cal_remote"
collections = ["from a", "from b"]
metadata = ["displayname", "color"]

[storage foobar_cal_local]
type = "filesystem"
path = "~/.calendars/"
fileext = ".ics"

[storage foobar_cal_remote]
type = "caldav"
url = "https://dav.server.dmn/SOGo/dav/foobar/"
username = "foobar"
password = "jodeswerdidoherschreibn"

DEBUG LOG
vdirsyncer.txt

I think vdirsyncer is just not prepared for the "300 multiple choices" reply.

Marcus

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions