Support replication over SSL
----------------------------
Key: COUCHDB-491
URL: https://issues.apache.org/jira/browse/COUCHDB-491
Project: CouchDB
Issue Type: Improvement
Reporter: eric casteleijn
Fix For: 0.10
CouchDB currently does not support replication over SSL which is a problem when
replicating non public databases between two CouchDB servers over the internet.
It seems SSL support is almost there, though:
If ssl is started from bin/couchdb, push replication to a couchdb that is
behind an SSL proxy works (i.e. to an https:// url), but pull replication from
same fails, because apparently the request is not encrypted at all. (At least
nginx seemed to think it wasn't.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.