Skip to content

Commit 51e526f

Browse files
Change SSL to TLS.
1 parent 21983e4 commit 51e526f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/azuread-dev/active-directory-devhowto-adal-error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ To explore specific ADAL errors, the source code in the [azure-activedirectory-l
538538
539539
#### Operating system errors
540540
541-
iOS errors may arise during sign-in when users use web views, and the nature of authentication. This can be caused by conditions such as SSL errors, timeouts, or network errors:
541+
iOS errors may arise during sign-in when users use web views, and the nature of authentication. This can be caused by conditions such as TLS errors, timeouts, or network errors:
542542
543543
- For Entitlement Sharing, logins are not persistent and the cache appears empty. You can resolve by adding the following line of code to the keychain:
544544
`[[ADAuthenticationSettings sharedInstance] setSharedCacheKeychainGroup:nil];`

0 commit comments

Comments
 (0)