mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

- The guide is incorrect and expects and error message in the nginx with https+3scale integration section: $ curl -X GET https://<cluster-fqdn> The above command should not return an error since this workflow is supported. Updating this to the relevant command that will return the expected response for sanity checking. $ curl -X GET http://<cluster-fqdn>:27017