mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
sync_ios.rst: Clarify specification of protocol and port
Signed-off-by: Benjamin Lipp <blipp@mailbox.org>
This commit is contained in:
committed by
rakekniven
parent
4298c7b675
commit
3bc2de49fc
@@ -21,10 +21,11 @@ Calendar
|
||||
|
||||
Your calendar will now be visible in the Calendar application.
|
||||
|
||||
.. note:: It is important **not** to type the protocol (``https://``) as prefix of the URL.
|
||||
The application automatically uses TLS, which you can confirm in “Advanced Settings” of the account after saving.
|
||||
If you explicitly add the protocol, you need to also explicitly specify the port,
|
||||
i.e., ``https://example.com:443/remote.php/dav/principals/users/username/``
|
||||
.. 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).
|
||||
|
||||
Reference in New Issue
Block a user