-
Notifications
You must be signed in to change notification settings - Fork 58
Add support to TLS #207
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
Hey there, right now there is no TLS support. |
Yeah, I got to that line yesterday. Today I'm on PTO but I plan to do it on Monday. [OFF TOPIC] and... are you Brazilian? [/OFF TOPIC] |
Hey @moisesguimaraes thanks for the help! |
Cool, I got some changes working locally, now I'm trying to figure out how to get it covered by tests. Would you like me to create a PR already and then we can iterate over it? |
Hey, sorry for the delay. |
TLS support added in #211 |
Since version 1.5.13, Memcached supports TLS.
Motivation
At OpenStack, we use python-binary-memcached in one of our oslo.cache Memcache backend drivers. To accommodate some cloud security requirements, we will need to enable TLS in Memcached as data must be encrypted in the wire in some scenarios.
I looked over the documentation and couldn't find anything related to TLS support. If there is a way to achieve that, please let us know.
I would like to help with the implementation of this if needed.
The text was updated successfully, but these errors were encountered: