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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
