You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/08/30 20:43:42 UTC

[GitHub] wohali commented on issue #783: Cluster setup API does not support adding nodes via SSL

wohali commented on issue #783: Cluster setup API does not support adding nodes via SSL
URL: https://github.com/apache/couchdb/issues/783#issuecomment-326112951
 
 
   At the moment, the Cluster Setup API doesn't officially support SSL connections - meaning we haven't tested that configuration. It's really a shortcut to help people who haven't learned the manual process, and isn't intended to cover all cases.
   
   As a workaround, you should be able to join the cluster together by following the manual process for adding nodes as described here:
   
   http://docs.couchdb.org/en/2.1.0/cluster/nodes.html
   
   Once all nodes have been added, you'll then need to manually create the system databases (`_replicator`, `_users` and `_global_changes`).
   
   One thing to watch out for is that as you create the admin user on every node independently, you'll need to be sure that the ini file contains the *identical hashed password* on each node if you expect sessions to work correctly with the entire cluster residing behind a load balancer.
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services