Could this also be why the PhotoDrop app doesn't work on iOS 9? Although I did modify it to tell it to use a self generated SSL certificate. After the receiving device's QR code is scanned, the sending device eventually just times out and aborts the send. No photos are transmitted.
Thanks! Brendan On Friday, June 12, 2015 at 10:45:53 AM UTC-6, Jens Alfke wrote: > > You iOS developers testing with the iOS 9 beta might be running into the > new App Transport Security > <https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS9.html#//apple_ref/doc/uid/TP40016198-SW1> > feature, > which by default enforces that apps make only HTTPS connections, and that > up-to-date versions of the SSL protocol are used. As a result, if the Sync > Gateway your app connects to isn’t using SSL, the replicator will fail with > an NSURLError -1200. > > I ran across a blog post > <http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11> > by > Steven Peterson that describes how to (temporarily!) disable this, so you > can get on with development. Of course you shouldn’t ship your app this way > — instead, get an SSL cert for your Sync Gateway so your users’ data is > safe in transit. > > (Sync Gateway’s SSL implementation uses current best practices, like SSL > 1.2 and strong cipher suites, so App Transport Security will be happy.) > > —Jens > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/fb099cc6-d124-42b8-b40c-72bbe0cf845b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
