-
Notifications
You must be signed in to change notification settings - Fork 46
Unable to contact AWS Memcached instances from Windows #249
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
Comments
I have one update. AWS Memcached instances can require useSslStream to be true. That setting is "Encryption in transit" set to Enabled. My first cache had the value set to Disabled and UseSslStream was defaulting to False.
Using SSL fixes the normal clustered caches to work with the client, but the Serverless version does not respond back after the write occurs in PooledSocket.cs. This works as expected.
This section times out (regardless of the timeout setting).
|
Please try EnyimMemcachedCore 3.3.3-pre2. dotnet add package EnyimMemcachedCore --version 3.3.3-pre2 |
I tried 3.3.3-Pre2, no joy.
Test code:
|
I have three AWS Memcached instances and only one is working. The traces I've run point to an SSL Certificate issue, but I have the 5 recommended AWS Root Certs installed. Has anyone else had this issue? The only error Enyim is logging is a "socket reset".
OpenSSL logs an SSL issue, "unable to get local issuer certificate"
The text was updated successfully, but these errors were encountered: