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.

Reply via email to