Baikal icon indicating copy to clipboard operation
Baikal copied to clipboard

Unable to add calendar to iCal (Calendar) on iOS and macOS

Open Firesphere opened this issue 3 years ago • 4 comments

I've got the rewrites in my htaccess as such:

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
# iOS 7 (and later)
RewriteRule /.well-known/carddav /baikal/html/dav.php [R,L]
RewriteRule /.well-known/caldav /baikal/html/dav.php [R,L]
# Mac OS X 10.10
Redirect /.well-known/carddav /baikal/html/dav.php

Either Calendar keeps asking for my username/password, or it simply says "invalid response from {calendar server}"

I have no idea anymore, as to what I'm doing wrong, it works everywhere except on Apple things...

Firesphere avatar Apr 26 '21 12:04 Firesphere

Nobody?

Firesphere avatar May 03 '21 07:05 Firesphere

you use https? certificate is not self-signed and accepted by the browser?

DeepDiver1975 avatar Aug 27 '21 11:08 DeepDiver1975

Yes, the certificate is an Let's Encrypt certificate and accepted by the browser.

I've not yet been able to solve it, I'll have to look up the logs again.

Firesphere avatar Sep 04 '21 22:09 Firesphere

Simon Erkelens @.***> writes:

Yes, the certificate is an Let's Encrypt certificate and accepted by the browser.

I've not yet been able to solve it, I'll have to look up the logs again. [...]

Not sure whether this helps, but Apple keep tightening the requirements for certificates to be considered "trusted" by macOS, iOS, and friends (for instance [1] and [2]).

[1] https://support.apple.com/en-us/HT210176 [2] https://support.apple.com/en-us/HT211025

Hoping to have helped,

--alex

c-alpha avatar Sep 06 '21 17:09 c-alpha

Closing this to keep the MacOS discussions in one place --> https://github.com/sabre-io/Baikal/issues/1168

ByteHamster avatar May 18 '23 09:05 ByteHamster