We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
auth = guess, as implemented in #57 (#33), was a bad idea to have as default:
auth = guess
@geier I'm not sure if I ever asked you this, but is there a particular server you know of that doesn't support preemptive basic auth?
I plan to ask on the CalConnect mailing list on what the best client behavior is.
The text was updated successfully, but these errors were encountered:
no, I know of no servers that don't support basic auth.
Quoting Markus Unterwaditzer (2016-06-07 13:06:38)
auth = guess, as implemented in #57 (#33), was a bad idea to have as default: It causes performance issues and confusing server logs, as in double vdirsyncer requests #293, authentication issue #446 Apparently Darwin Calendar Server breaks with anything but preemptive auth, see apple calendar server discover issue #457 @geier I'm not sure if I ever asked you this, but is there a particular server you know of that doesn't support preemptive basic auth? I plan to ask on the CalConnect mailing list on what the best client behavior is. You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: #461
You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: #461
Sorry, something went wrong.
Make auth = basic the default again
dcba8a9
Fix #461 Fix #457
4142d0e
38f6552
Make auth = basic the default again (#477)
e4a0afc
untitaker
No branches or pull requests
auth = guess, as implemented in #57 (#33), was a bad idea to have as default:@geier I'm not sure if I ever asked you this, but is there a particular server you know of that doesn't support preemptive basic auth?
I plan to ask on the CalConnect mailing list on what the best client behavior is.
The text was updated successfully, but these errors were encountered: