Jyothishb4 commented on issue #74: Can you please specify the steps for setting 
couchdb clustering in windows, right now I have single node setup , I would 
like to make it 2 node cluster.
URL: https://github.com/apache/couchdb-docker/issues/74#issuecomment-379993078
 
 
   Hi @wohali 
   
   I have copied curl to couchdb server and tried to add the node using couchdb 
documentation but I am getting one error,
   
   curl --ssl-no-revoke -X POST -H "Content-Type: application/json" 
https://admin:password@xxxxx:6984/_cluster_setup -d '{"action": 
"enable_cluster", "bind_address":"x.x.x.x", "username": "admin", 
"password":"password", "node_count":"2"}'
   
   
   curl: (35) schannel: next InitializeSecurityContext failed: Unknown error 
(0x80092013) - The revocation function was unable to check revocation because 
the revocation server was offline.
   curl: (6) Could not resolve host: enable_cluster,
   curl: (3) Port number ended with '.'
   curl: (6) Could not resolve host: username
   curl: (6) Could not resolve host: admin,
   curl: (3) Port number ended with 'w'
   curl: (3) [globbing] unmatched close brace/bracket in column 13
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to