Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE02378E7 for ; Sat, 24 Sep 2011 10:41:45 +0000 (UTC) Received: (qmail 28829 invoked by uid 500); 24 Sep 2011 10:41:43 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 28801 invoked by uid 500); 24 Sep 2011 10:41:43 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 28792 invoked by uid 99); 24 Sep 2011 10:41:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 10:41:43 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 10:41:38 +0000 Received: by vws10 with SMTP id 10so6021420vws.11 for ; Sat, 24 Sep 2011 03:41:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rXCKNixIcVZTnxF0dwdD/KzKaj6IeTNBamsVw0D2T6E=; b=jEEajqABKN6TZsiNvLbBFEFS7SMJBNlKOiaBWBUqcJKmV1HVP3T1JAR/bXBWzbw5GA ikUQRD32N8gZSEcfRofrWapboQxjW/fqi2lG+bNm+tq62xGtxC5mBB2jWLEM5OTsmUta CiA5+oZWK54ThzyEgbqn1YRrnvPTcNfsKaqyg= MIME-Version: 1.0 Received: by 10.52.98.165 with SMTP id ej5mr4254674vdb.158.1316860877418; Sat, 24 Sep 2011 03:41:17 -0700 (PDT) Received: by 10.52.165.7 with HTTP; Sat, 24 Sep 2011 03:41:17 -0700 (PDT) In-Reply-To: <4E7CC899.9050007@embedit.de> References: <4E7CC899.9050007@embedit.de> Date: Sat, 24 Sep 2011 12:41:17 +0200 Message-ID: Subject: Re: Replication only in one direction From: CGS To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf307ac863d12eee04adad9096 --20cf307ac863d12eee04adad9096 Content-Type: text/plain; charset=ISO-8859-1 Hi, First of all, on the local database you are not using SSL if I understood correctly. That means httpS is raising exception. Secondly, if you didn't change the port on your local server, it should be 5... and not 6... So, main point here is to check how you access the database from the remote server. There may be some other problems there, but let's see one at the time. If the above is not correct, please, let us know. Cheers, CGS On Fri, Sep 23, 2011 at 7:57 PM, Markus Burrer wrote: > Hi, I have a remote database on a web server with an SSL proxy. If I > start a replication from the local server to the remote server any > change on the local server will be replicated to the remote server. > > But if I start a replication on the local server in the opposite > direction I get an error message > > Replication failed: {error, > > {{{badmatch,{error,changes_timeout}}, > > [{couch_rep,do_init,1}, > > {couch_rep,init,1}, > > {gen_server,init_it,6}, > > {proc_lib,init_p_do_apply,3}]}, > > {child,undefined,"804fb0ce823a28530fbcec336d333dfe+continuous", > > {gen_server,start_link, > > [couch_rep, > > ["804fb0ce823a28530fbcec336d333dfe", > > {[{<<"source">>, > > <<"https://user:pwd@example.de:6984/database">>}, > > {<<"target">>,<<"database">>}, > > {<<"continuous">>,true}]}, > > {user_ctx,null, > > [<<"_admin">>], > > <<"{couch_httpd_auth, > default_authentication_handler}">>}], > > []]}, > > temporary,1,worker, > > [couch_rep]}}} > > > What's wrong? > > Kind Regards > Markus > --20cf307ac863d12eee04adad9096--