My credential, I mean I am passing an NSURLCreditial into the replicator.

    _pull = [self.database createPullReplication:[NSURL 
URLWithString:cblSyncURL]];

    _pull.credential = credential;

    

    _push = [self.database createPushReplication:[NSURL 
URLWithString:cblSyncURL]];

    _push.credential = credential;


Looks like it is a bug as it is reproducible. And if I don't use an 
NSURLCredential and instead pass the username and password in the URL, it 
works fine.


I will file a bug.


Todd

-- 
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/a02adc5e-a45e-4908-9a5a-bd512bd20a73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to