[ 
https://issues.apache.org/jira/browse/COUCHDB-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filipe Manana resolved COUCHDB-989.
-----------------------------------

    Resolution: Fixed

Hans,

this is a well known issue and it's fixed in branches 1.0.x and 1.1.x (from 
which 1.0.2 and 1.1.0 will be cut from).

If you're able to try out 1.0.x and still ding the issue, please reopen this 
ticket.

regards

> 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.

Reply via email to