dsietz commented on issue #783: Cluster setup API does not support adding nodes via SSL URL: https://github.com/apache/couchdb/issues/783#issuecomment-326321879 Thank you wohali for the fast reply and followup information. However, if I manually add the nodes to the cluster using the call... > curl -X PUT "http://xxx.xxx.xxx.xxx:5986/_nodes/[email protected]" -d {} ... how do I specify that the clustered nodes uses the port 6984 (not the default 5984) when "managing / syncing" data? For example, I will come in the add a document to a data base on port 6984 (SSL), but will the cluster automatically "talk" between the nodes (e.g.: replicating their data) using that port? The _membership states the all_nodes and cluster_nodes are (e.g.: [email protected]). I probably don't understand the cluster architecture well enough, so sorry for any misunderstanding on my part. ---------------------------------------------------------------- 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
