-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix a misleading setup check for .well-known/caldav & carddav #11733
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
Conversation
The problem is that the version without the slash is the correct one. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
This is basically a problem of the current Nginx config, nevertheless should it be a check on the URL without the slash only, because in our current |
|
I just checked and this is the needed URL: |
I was wrong on this one - it's only the Nginx config, which is still correct. We should add this to the release notes or should we put it into the releases this week? |
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense 👍
|
@tflidd @rakekniven JFYI: If there is a report about "Your web server is not properly set up to resolve '/.well-known/caldav'" (or |
rullzer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch. RFC should be followed here.
|
Backport PRs are open now. |
The problem is that the version without the slash is the correct one.
Caused by the fix of the check: #11411
I would also vote to get this into the 14.0.2 and 13.0.7 releases because otherwise everyone gets this error message which is plain wrong. :/