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
in aws elasticached memcached, there is option for 'in transit" which means connection with tls.
in case of cli, I can connect to tls memecached by this command below
openssl s_client :
I tested it worked and I also want to apply it to my spring project (not spring boot)
in my project, config for cacheManager is being configured by xml file with SSM(simpleSpringMemcached) and xmemcached lib
so I wonder if xmemcached support tls connection
please give me some guide if its possible
The text was updated successfully, but these errors were encountered:
in aws elasticached memcached, there is option for 'in transit" which means connection with tls.
in case of cli, I can connect to tls memecached by this command below
openssl s_client :
I tested it worked and I also want to apply it to my spring project (not spring boot)
in my project, config for cacheManager is being configured by xml file with SSM(simpleSpringMemcached) and xmemcached lib
so I wonder if xmemcached support tls connection
please give me some guide if its possible
The text was updated successfully, but these errors were encountered: