Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 59574 invoked from network); 15 Dec 2010 01:40:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Dec 2010 01:40:25 -0000 Received: (qmail 79682 invoked by uid 500); 15 Dec 2010 01:40:24 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 79638 invoked by uid 500); 15 Dec 2010 01:40:24 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 79630 invoked by uid 99); 15 Dec 2010 01:40:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 01:40:24 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FS_REPLICA,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 01:40:24 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBF1e476001301 for ; Wed, 15 Dec 2010 01:40:04 GMT Message-ID: <13709084.127811292377204016.JavaMail.jira@thor> Date: Tue, 14 Dec 2010 20:40:04 -0500 (EST) From: "Hans-Christian Otto (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-989) remote to local replication fails when using a proxy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 remote to local replication fails when using a proxy ---------------------------------------------------- Key: COUCHDB-989 URL: https://issues.apache.org/jira/browse/COUCHDB-989 Project: CouchDB Issue Type: Bug Components: Replication Affects Versions: 1.0.1 Reporter: Hans-Christian Otto We have been trying to setup a remote to local replication through a proxy. All requests send to the proxy server, except for the request to the _changes feed, which has been send to the target host directly. We used the following request using curl to establish the replication: curl -X POST http://localhost:5984/_replicate -H "Content-Type: application/json" -d '{"target":"foo","source":"http://10.0.1.146:5981/repl_test", "proxy":"http://10.0.2.123:8888"}' The request that was not send to the proxy was the following: GET /repl_test/_changes?style=all_docs&heartbeat=10000&since=0&feed=normal HTTP/1.1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.