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
At OpenStack, we use 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:
Hey Moisés, this looks like a pretty awesome new feature. Unfortunately the TLS is not supported yet in libmc . I think it would be great to add TLS as an optional requirement. @pypeng Do you have any input?
Since version 1.5.13, Memcached supports TLS.
Motivation
At OpenStack, we use 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: