Skip to content

Commit 485e0a4

Browse files
authored
Merge pull request #109674 from TimShererWithAquent/us1679050cn
Change SSL to TLS per 1679050
2 parents 73cc303 + e8d0674 commit 485e0a4

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)