wohali commented on issue #783: Cluster setup API does not support adding nodes 
via SSL
URL: https://github.com/apache/couchdb/issues/783#issuecomment-326335136
 
 
   CouchDB doesn't sync between nodes via the HTTP interface. Instead, it uses 
the Erlang distribution mechanism, which is managed via the Erlang port mapper 
daemon (epmd). This traffic occurs on dynamically allocated ports, the range of 
which can be altered. We describe the options necessary for constraining the 
epmd port range here: http://docs.couchdb.org/en/2.1.0/cluster/setup.html
   
   To encrypt this traffic as well is beyond the scope of our installation 
docs. You can read more about the process here: 
https://www.erlang-solutions.com/blog/erlang-distribution-over-tls.html
 
----------------------------------------------------------------
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