[
https://issues.apache.org/jira/browse/COUCHDB-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885351#action_12885351
]
Filipe Manana commented on COUCHDB-720:
---------------------------------------
Klaus,
instead of
kla...@devil:~$ curl -vX POST http://admin:[email protected]:5991/_replicate -d
'{"source":"test_suite_db_a","target":"http://127.0.0.1:5991/test_suite_db_b"}'
try
kla...@devil:~$ curl -vX POST http://admin:[email protected]:5991/_replicate -d
'{"source":"test_suite_db_a","target":"http://admin:[email protected]:5991/test_suite_db_b"}'
(add user:passwd@ to the target url in the json content)
does it help?
> Pull replication fails due to "401 Authentication required" while push
> replication works fine
> ---------------------------------------------------------------------------------------------
>
> Key: COUCHDB-720
> URL: https://issues.apache.org/jira/browse/COUCHDB-720
> Project: CouchDB
> Issue Type: Bug
> Components: Futon, HTTP Interface, Replication
> Affects Versions: 0.10.1, 0.11
> Environment: Remote server having Nginx reverse proxy and basic
> authentication enabled
> Reporter: Jochen Kempf
> Priority: Blocker
>
> Pull replication fails using both Futon Replicator and http request throwing
> an "401 Authentication required" error. This just happens when design
> documents are existent.
> Push replication on the other hand works fine.
> See used code here: http://gist.github.com/364072
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.