I followed the guide on github and the http interface works great but TCP is not. (nor are projections but that’s for another day)
eventstore.config
#database and logs path
Db: /datadrive/eventstore/db
Log: /var/log/eventstore
#IntIp: 100.73.120.59
#ExtIp: 100.73.120.59
#HttpPrefixes: [http://es3-eventday-n1.cloudapp.net:2113/]
#Run all projections
RunProjections: All
When I try to read anything with the .net client I get Error: ConnectionRefused
If I uncomment the ExtIp and IntIp, nginx throws a bad host on http.
I’m lost here and would love some help.
I just spent a whole day upgrading our DB from v1.
Thanks,
Chris