Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set or get when connecting with Encrypted AWS Memcached Cluster #248

Open
junaidATtechnevity opened this issue Jan 8, 2025 · 2 comments

Comments

@junaidATtechnevity
Copy link

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"

@cnblogs-dudu
Copy link

cnblogs-dudu commented Jan 24, 2025

Please try EnyimMemcachedCore 3.3.3-pre2.

dotnet add package EnyimMemcachedCore --version 3.3.3-pre2

@junaidATtechnevity
Copy link
Author

I am still recieving Socket bound to ..*.*11211 has 478 unread data! This is probably a bug in the code. InstanceID was [GUID].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants