You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Tim Rutherford (JIRA)" <ji...@apache.org> on 2015/06/03 19:56:39 UTC

[jira] [Created] (COUCHDB-2709) Replicating through https apache reverse proxy causes timeout error

Tim Rutherford created COUCHDB-2709:
---------------------------------------

             Summary: Replicating through https apache reverse proxy causes timeout error
                 Key: COUCHDB-2709
                 URL: https://issues.apache.org/jira/browse/COUCHDB-2709
             Project: CouchDB
          Issue Type: Bug
      Security Level: public (Regular issues)
            Reporter: Tim Rutherford


Replicating from a remote couchdb database behind a apache reverse proxy over an https connection fails. 

Simply changing the connection to use http instead of https allows the replication to work. Also, changing the couch configuration to use https (port 6984) and replicating from that directly also seems to work. So it seems to be a combination of https and a reverse proxy at the same time that is causing the issue.

When analyzing the network traffic with wireshark I can see the several  requests being made from couchdb. The first few requests to the database seem to be fine. The request for a specific document look to be fine in wireshark, but are reported as timeout error in the log. The response looks to be a valid http 200 response with the correct data in wireshark.

Futon shows replication as triggered. The status page shows the replication as stuck at 0% and the checkpoint never advances.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)