Same issue, exact same symptoms. Mozilla Thunderbird/Lightning works
fine.
Found a workaround though! May not be acceptable for everyone. On your
calendar server installation, disable Digest authentication. Evolution
works fine with only Basic authentication. The "nonce count" error is
Digest authentication specific. You can do so by changing caldav-
dev.plist as follows:
<!-- Digest challenge/response -->
<key>Digest</key>
<dict>
<key>Enabled</key>
<false/> <!-- CHANGED -->
<key>Algorithm</key>
<string>md5</string>
<key>Qop</key>
<string></string>
</dict>
<!-- Kerberos/SPNEGO -->
<key>Kerberos</key>
<dict>
<key>Enabled</key>
<false/> <!-- CHANGED -->
<key>ServicePrincipal</key>
<string></string>
</dict>
Note the "<false/>" tags, which used to be "<true/>".
Also note that if you do this, you REALLY should also disable or block
non-SSL service, and only use HTTPS (e.g. port 443 or 8443). Otherwise,
your passwords will be sent in clear-text across the network.
Running both Apple Calendar Server and Evolution 2.12.1 on Ubuntu 7.10
(2 different machines). Using Apache 2.2 as a reverse proxy to access
Calendar Server via SSL. With the workaround, both viewing and adding
items works. Without the workaround (with Digest authentication enabled
on the server), no items appear and items cannot be added. Same log
messages as experienced by other reporters.
--
Evolution cannot authenticate against caldavd
https://bugs.launchpad.net/bugs/160190
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs