mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #725] NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." when connecting to Twitter using OAuth 1.0 in Swift iOS #470
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yugbhavsar on GitHub (Nov 8, 2024).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/725
Since updating Xcode to version 16.0 on macOS 14.6.1, I am encountering an SSL error when attempting to authenticate with Twitter using OAuth 1.0 in my iOS app. This error did not occur in previous builds before the Xcode update, where the authentication process worked as expected.
The error message is as follows:
NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made."
Given the nature of this issue, I am unsure if it relates specifically to Xcode 16.0's new build configuration, SSL handling changes, or potentially an unnoticed change in macOS 14.6.1 that impacts secure network requests.
Environment:
Below is the code snippet for reference:
I have verified that:
@phimage commented on GitHub (Nov 8, 2024):
I am not aware of any change except maybe the PrivacyInfo.xcprivacy that must be added
for downloading file for instance
then for twitter, maybe try with x.com