Bring manual up to date with ios12

iOS documentation was updated with respect to SSL requirements starting with iOS 12.

Signed-off-by: BobKircher <22474026+bobkircher@users.noreply.github.com>
This commit is contained in:
BobKircher 2019-08-23 10:58:07 +02:00 committed by GitHub
parent 1560c83327
commit 77270a3164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,52 +6,40 @@ Calendar
--------
#. Open the settings application.
#. Select Mail, Contacts, Calendars.
#. Select Passwords and Accounts.
#. Select Add Account.
#. Select Other as account type.
#. Select Add CalDAV account.
#. For server, type ``example.com/remote.php/dav/principals/users/USERNAME/``
#. For server, type ``example.com``
#. Enter your user name and password.
#. Select Next.
#. If your server does not support SSL, a warning will be displayed.
Select Continue.
#. If the iPhone is unable to verify the account information perform the
following steps:
- Select OK.
- Select advanced settings.
- If your server does not support SSL, make sure Use SSL is set to OFF.
- Change port to 80.
- Go back to account information and hit Save.
Your calendar will now be visible in the Calendar application
.. 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)
Contacts
--------
#. Open the settings application.
#. Select Mail, Contacts, Calendars.
#. Select Passwords and Accounts.
#. Select Add Account.
#. Select Other as account type.
#. Select Add CardDAV account.
#. For server, type ``example.com/remote.php/dav/principals/users/USERNAME/``
#. For server, type ``example.com``
#. Enter your user name and password.
#. Select Next.
#. If your server does not support SSL, a warning will be displayed.
Select Continue.
#. If the iPhone is unable to verify the account information perform the
following:
- Select OK.
- Select advanced settings.
- If your server does not support SSL, make sure Use SSL is set to OFF.
- Change port to 80.
- Go back to account information and hit Save.
You should now find your contacts in the address book of your iPhone.
.. 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)
If it's still not working, have a look at the `Troubleshooting Contacts & Calendar`_
guide.
.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/14/admin_manual/issues/index.html#troubleshooting-contacts-calendar
.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/16/admin_manual/issues/index.html#troubleshooting-contacts-calendar
.. TODO ON RELEASE: Update version number above on release