-
Notifications
You must be signed in to change notification settings - Fork 501
Description
My setup is:
userspace (not system-wide) Radicale with internal authentication enabled
nginx as reverse proxy adding ssl with location /radicale added according to official docs
latest DAVx5 on Android (works like a charm with basic URL https://servername/radicale - autodiscovery and sync)
Thunderbird 128.13.0esr with native CardDAV - has following issues:
https://servername/radicale - can't connect at all (username/password provided in dialog)
https://servername/radicale/username - connects but couldn't find any addressbooks
https://servername/radicale/username/full_path_to_addressbook - connects and downloads addressbook but can't upload changes
The only solution worked for me was installing TB add-on "CardBook" - works like a charm starting from autosicovery at basic https://servername/radicale
Probably something is wrong with "plain" TB and its native CardDAV which is worth to mention in docs