On Feb 28, 2014, at 12:19 PM, Alan McKean <[email protected]> wrote:
> I am replicating over https and I get an error that my remote server is not > trusted. If it's using a certificate generated by a reputable CA, this shouldn't happen. But it would occur if the server has a self-signed cert. In that case you'll need to embed a copy of the server's cert in your app, and at runtime register it as a trusted root cert. The easiest way to do that is by using +[CBLReplication setAnchorCerts:]. --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/3E210615-4F37-4500-9D27-F18BCEBAC002%40couchbase.com. For more options, visit https://groups.google.com/groups/opt_out.
