From user-return-18022-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Sep 25 07:17:31 2011 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 84EB49B79 for ; Sun, 25 Sep 2011 07:17:31 +0000 (UTC) Received: (qmail 38663 invoked by uid 500); 25 Sep 2011 07:17:30 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 38562 invoked by uid 500); 25 Sep 2011 07:17:29 -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 38549 invoked by uid 99); 25 Sep 2011 07:17:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Sep 2011 07:17:28 +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 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Sep 2011 07:17:22 +0000 Received: by vcbf11 with SMTP id f11so3389253vcb.11 for ; Sun, 25 Sep 2011 00:17:01 -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=o23XuvrA5hR2S3fqU2smvLVk5RqoXUwCSbv5k6UBBvk=; b=h6l+oygEXqfq07CDacQiVeiANyewd+9w6e8r8IotpaQBXs0ya3+hDiNHpprPigPEmu wkT6JhK8UQLP9JcVcRZUlcz+sPYDbCo5flukrv2xZXLelbuWK8xDbEhVnD46QxmGfapH JP/e20GA3ndVLtrQD7lBcaSaONzpFswd9CuSY= MIME-Version: 1.0 Received: by 10.52.100.3 with SMTP id eu3mr5103427vdb.123.1316935021563; Sun, 25 Sep 2011 00:17:01 -0700 (PDT) Received: by 10.52.166.227 with HTTP; Sun, 25 Sep 2011 00:17:01 -0700 (PDT) In-Reply-To: <4E7DDD9F.8030809@embedit.de> References: <4E7CC899.9050007@embedit.de> <4E7DDD9F.8030809@embedit.de> Date: Sun, 25 Sep 2011 09:17:01 +0200 Message-ID: Subject: Re: Replication only in one direction From: CGS To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf3071c706270df004adbed43d --20cf3071c706270df004adbed43d Content-Type: text/plain; charset=ISO-8859-1 Sorry, I missed the part when you wrote about trying reversed operation, but from the local server. My bad. Do you have an admin on the local server? If so, try instead of "database" something like "http:user:password@local_ip/database". If local_ip is virtual and the remote server is not in the same local network, you may need to create a traffic redirection. > First of all, on the local database you are not using SSL if I understood > > correctly. > Thats correct. The local machine is running on port 5984 without SSL, > the remote server uses port 6984 with SSL > > 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. > Both replications started on the local machine with Futon. If I select a > local database for "from" and the remote database for "to" the > replication works. If I select the remote database for "from" and the > local database for "to" it doesn't work. > > I did not try to start a replication from the remote server. > > Markus > --20cf3071c706270df004adbed43d--