Please do not start a new thread for the same issue you raised on the user mailing list. We are waiting for your answers on that thread.
B. On 3 April 2012 08:19, sandeep.singh <[email protected]> wrote: > I am using couchdb 1.0.2 on CentOS Server, > > Trying to replicate with two couchdb instance using pull mechanism, on > instance is running on Internet and another is running on intra net > behind a > proxy (firewall). > I am using bellow command for Replication - > > sudo curl -i -H "Content-Type: application/json" -X POST > http://<local_db_URL>/_replicate -d > '{"source":"<db_ON_INTERNET_URL>","target":"<LOCAL_DB>", > "proxy":"<Company_Proxy>"}' > That looks ok to me. Can you re-run with curl -v and provide the > redacted output? > BTW you don't need sudo for curl. > > httpd 500 error response: > {"error":"case_clause","reason":"{error,\n {{{badmatch,\n.... > > > -- > View this message in context: > http://couchdb-development.1959287.n2.nabble.com/proxy-parameter-in-Replicate-request-is-not-working-tp7432027p7432027.html > Sent from the CouchDB Development mailing list archive at Nabble.com.
