You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FoundationTransport (used on iOS 11 & earlier) does not establish a secure connection to the host, resulting in a failed connection to hosts that require security.
The following code snippet replicates the problem on all platforms by forcing use of the FoundationTransport
@nickdowell thank you for putting up that pull request. This same issue started happening in my app after upgrading from Starscream 3.0.5 to 4.0.0. I ended up simply making a copy of FoundationTransport and adding your changes, and that was effective at solving the problem.
I'd love to see this get some attention from the devs, since it's easily reproducible and affects a reasonably large audience.
The
FoundationTransport
(used on iOS 11 & earlier) does not establish a secure connection to the host, resulting in a failed connection to hosts that require security.The following code snippet replicates the problem on all platforms by forcing use of the
FoundationTransport
The output of running this is
This has previously been reported in #728
The text was updated successfully, but these errors were encountered: