> On Aug 6, 2014, at 5:40 PM, David Quon <[email protected]> wrote: > > Jens I assume this fix made it into CBL 1.0.0? > https://github.com/couchbase/couchbase-lite-ios/issues/332 > <https://github.com/couchbase/couchbase-lite-ios/issues/332> Yes, and that only applies when talking to Sync Gateway, not CouchDB.
> This also looks like it could have been related: > https://developer.apple.com/library/ios/technotes/tn2287/_index.html#//apple_ref/doc/uid/DTS40011309 > > <https://developer.apple.com/library/ios/technotes/tn2287/_index.html#//apple_ref/doc/uid/DTS40011309> CBLSocketChangeTracker has had a workaround for that problem for a long time. > Actually it looks like some of the fixes in CBLSocketChangeTracker.m were > done recently. Could that be what's causing the errors I'm seeing? Thanks > for your help as always Jens. I don't think there have been any recent changes that would affect the SSL handshake. There is a recent change on the master branch affecting certificate verification, but that happens after the handshake is complete. —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/334DA794-35D9-41C3-BEAE-D6FC056D5D90%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
