-
Notifications
You must be signed in to change notification settings - Fork 936
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
Secure communication with Redis server using SSL #155
Comments
Do you mean supporting SSL communication with Redis server ? If so, I think I can add it in the future. There're SSL module in acl library including polarssl_conf/polarssl_io(need the polarssl) which can used for supporting SSL communication. |
Yes, exactly that. Thanks, |
It's easy for me to add it to redis, because the polarssl wrapper in acl is powerful and easy to use. I'll add it to acl redis. |
SSL communication has been supported in acl redis client. You can see the sample in https://github.com/acl-dev/acl/tree/master/lib_acl_cpp/samples/redis/redis_ssl. And the specified polarssl used by acl lib can be found in https://github.com/acl-dev/third_party. |
WOW, that was fast! Thanks so much. Thanks, |
Hi,
I've been using your library for a while in a project connecting to clustered Redis - it works nice - many thanks for this code.
However, at this point, we need to introduce secure communication, about which I haven't seen anything in examples or tutorial.
Is there a way to do it?
Thanks,
Konrad
The text was updated successfully, but these errors were encountered: