> On Nov 12, 2014, at 7:36 AM, MobDev <[email protected]> wrote: > > We are doing ssl pinning for replication on client/app side. which validates > the certificate on the server side. > Is there way we can validate server certificate on the client/app side?
[CBLReplication setAnchorCerts: @[pinnedCert] onlyThese: YES]; > - App will have private-keyB and server will have public-keyB > In this way we validate the request and response. I think you're talking about SSL client certs, as an alternative form of authentication. We don't support those yet. —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/FCDE537E-3B06-47B3-ACEF-6B80411AE3D2%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
