wohali commented on issue #1550: Replication fails with 401 since 2.2.0
URL: https://github.com/apache/couchdb/issues/1550#issuecomment-411751809
 
 
   Hi @adrienverge ,
   
   I suspect this is an incompatibility of the new _session support with the 
`require_valid_user=true` setting.
   
   As a temporary workaround, you can disable the new _session support in the 
replicator by setting:
   
   ```
   [replicator]
   auth_plugins = couch_replicator_auth_noop
   ```
   
   Before making that change, do you have the same issue if you:
   
   * Post a document to the `_replicator` DB using `curl` from the command line?
   * Post to the `/_replicate` endpoint using `curl` from the command line?
   * Post a document to the `_replicator` DB using Fauxton?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to