Open f1-outsourcing opened 3 years ago
I already configured the dns srv / txt records, yet still this well-known is being queried, and the client does not auto detect settings.
_caldavs._tcp SRV 0 1 443 cal.example.com.
_caldavs._tcp TXT "/cosmo/dav"
The sabre dav doc says you can redirect .well-known to the root of your caldav server. However when I redirect /.well-known/caldav to /cosmo/dav or /cosmo/dav/test@example.com or /cosmo/dav/test@example.com/calendar. The auto detection still fails.
I think you should point /.well-known/caldav to /cosmo/dav/users/ for the auto-detection to work.
Correction, It indeed gets me past the auto configuration, however it looks like this change breaks the whole functionality. I have now an explanation mark and the whole calendar is not working having error:
"the url https://cal.example.com/cosmo/dav/users/test@example.com encountered http error 404"
When going back to the advanced configuring specifying the whole url. I am having the error "No calendar home was specified for the account"
Thus I am able to create the account, during this process the account is successfully authorized against the server. But after that the calendar can't be used.
Can it be that (modern) apple calendar versions are not supported?
Is there any example what the .well-known should return? I think it would be nice to have this in the server, but for now I would like to add it to the haproxy cfg
Currently auto detection of the apple calendar client fails with trying these urls.