Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
5.0.1
-
None
-
Unknown
Description
It appears Couchbase memcached is refusing connection on 11211. Tested using telnet:
telnet HOST 11211
|
Firewall ports are wide open so looks like it something Couchbase end.
It doesn't work even from the same box what node is running:
telnet localhost 11211
|
Couchbase otherwise works when connected vis SDK but telnet 11211 memcached can't be reach which prevents using couchbase as a session storage on e.g. PHP