You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to connect with AWS Memcached cluster with encyption in transit is enabled.
Connection seems successfull but enyimcached is unable to read the data from socket, giving error
"Socket bound to xx.xx.xx.40:11211 has 478 unread data! This is probably a bug in the code"
I have used stunnel it works fine with stunned, i have tried using direct socket connections from c# code which also works fine.
I donot want to use custom code.
EnyimCachedCore works fine when encryption in transit is disabled on cluster
Please share the best SSL settings if this is not the bug.
I am just setting UseSslStream = true and TargetHost = "myawsserver"
The text was updated successfully, but these errors were encountered:
I am trying to connect with AWS Memcached cluster with encyption in transit is enabled.
Connection seems successfull but enyimcached is unable to read the data from socket, giving error
"Socket bound to xx.xx.xx.40:11211 has 478 unread data! This is probably a bug in the code"
I have used stunnel it works fine with stunned, i have tried using direct socket connections from c# code which also works fine.
I donot want to use custom code.
EnyimCachedCore works fine when encryption in transit is disabled on cluster
Please share the best SSL settings if this is not the bug.
I am just setting UseSslStream = true and TargetHost = "myawsserver"
The text was updated successfully, but these errors were encountered: