Merge pull request #12416 from blipp/patch-1

Synchronizing with iOS: Clarify how to use TLS in CalDAV URLs
This commit is contained in:
rakekniven
2025-03-26 18:33:10 +01:00
committed by GitHub

View File

@@ -16,11 +16,17 @@ Calendar
#. Enter your user name and password.
#. Select Next.
#. 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
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).