Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis: iOS 9 simulator #79

Closed
ricardopereira opened this issue Nov 20, 2015 · 1 comment
Closed

Travis: iOS 9 simulator #79

ricardopereira opened this issue Nov 20, 2015 · 1 comment

Comments

@ricardopereira
Copy link
Contributor

Temporary solution:
Try forcing Travis to use the iOS 8 simulator because the new version has ATP.

App Transport Security from Apple

App Transport Security (ATS) enforces best practices in the secure connections between an app and its back end. ATS prevents accidental disclosure, provides secure default behavior, and is easy to adopt; it is also on by default in iOS 9 and OS X v10.11. You should adopt ATS as soon as possible, regardless of whether you’re creating a new app or updating an existing one.

If you’re developing a new app, you should use HTTPS exclusively. If you have an existing app, you should use HTTPS as much as you can right now, and create a plan for migrating the rest of your app as soon as possible. In addition, your communication through higher-level APIs needs to be encrypted using TLS version 1.2 with forward secrecy. If you try to make a connection that doesn't follow this requirement, an error is thrown. If your app needs to make a request to an insecure domain, you have to specify this domain in your app's Info.plist file.

Error:

2015-11-20 08:36:04.263 xctest[34491:1802313] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9807)
@ricardopereira
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant