Skip to content
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

Synchronizing with iOS: Clarify how to use TLS in CalDAV URLs #12416

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion user_manual/groupware/sync_ios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,19 @@ Calendar
#. Select Add CalDAV account.
#. For server, type the domain name of your server i.e. ``example.com``.
#. Open Advanced Settings
#. For server, type the domain name of your server and username i.e. ``example.com/remote.php/dav/principals/users/username/``
#. For server, type the domain name of your server and username, i.e., ``example.com/remote.php/dav/principals/users/username/``.
#. Close Advanced Settings
#. Enter your user name and password.
#. Select Next.

Your calendar will now be visible in the Calendar application.

.. note:: If you get an error message related to SSL, you can try the following: Make sure that you
either specify both the protocol (``https://``) and the port (usually ``443``) in the ``Server`` field,
i.e., ``https://example.com:443/remote.php/dav/principals/users/username/``,
or none, like in the step-by-step guide above. Either way, the application automatically tries to use SSL,
which you can confirm in “Advanced Settings” of the account after saving.

.. note:: Beginning with iOS 12 an SSL encryption is necessary. Therefore do **not** disable **SSL**
(For this reason a certificate is required at your domain, https://letsencrypt.org/ will do).

Expand Down