You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/04/06 03:44:55 UTC

[GitHub] [couchdb] nickva commented on issue #3986: Couch DB | Replication Error | replication_auth_error

nickva commented on issue #3986:
URL: https://github.com/apache/couchdb/issues/3986#issuecomment-1089760466

   @sbagati it looks like the replicator cannot make requests to the _session endpoint. It's getting a timeout. Can try logging in on that node and use curl to perform the same request and see if it works. It could be a firewall or proxy in between.
   
   Sometimes proxies can alter or prevent cookie headers from being set properly. In that case could try disabling the session auth and revert to using basic auth for replication:
   
   ```ini
   [replicator]
   auth_plugins = couch_replicator_auth_noop
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org