> On Oct 24, 2016, at 5:47 PM, Sal Conigliaro <[email protected]> wrote: > > Check out the WWDC videos on what's new in app security. In a nutshell you > need to specify (in the imno.plist) the specific domains that you want to > turn off ATS.
Even that is just a stopgap. The real solution is to use HTTPS. If the server you’re connecting to doesn’t support HTTPS, then configure SSL on it if you have access. (If you don’t have access to the server, complain to whomever runs it. In this day & age everything should be running SSL.) —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
