How to allow remote connection
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 309
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to connect to my cluster from a remote machine (my setup is in MacOS) and I get
`Connection error: ('Unable to connect to any servers', {'': error(61, "Tried connecting to [('', 9160)]. Last error: Connection refused")})`
based on my research [()](https://stackoverflow.com/questions/36133127/how-to-configure-cassandra-for-remote-connection) I found out I need to change some conf:
which I did modified " ~/.ccm/repository/3.11.3/conf/cassandra.yaml" file and then I did
`ccm stop; ccm start`
and still the same issue (not even sure my changes are taking effect )
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.