Skip to content
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

TLS connexion for Redis #108

Closed
FlorentPoinsaut opened this issue May 21, 2019 · 6 comments
Closed

TLS connexion for Redis #108

FlorentPoinsaut opened this issue May 21, 2019 · 6 comments

Comments

@FlorentPoinsaut
Copy link

Hi,

It would be great that this plugin support TLS connexion between the client and the Redis server.
With the ability to set the CA, certificate and key file :-)
Per example, to be compliante with Redis Labs solutions.

Thanks in advance.

Regards,

@atom-box
Copy link

A user asked for this today.

Apparently TLS is the only way to connect with some popular services. In this case
the user wants queued tracking to connect to AWS ElasticCache Serverless which is TLS only.

@snake14
Copy link
Contributor

snake14 commented May 15, 2024

Hi @atom-box . Has the customer tried prepending tls:// to the Redis host or unix socket field in the setup? As far as I can tell by looking at the library documentation example, that should work if the certificate is setup on the server.
image

@atom-box
Copy link

atom-box commented Jun 6, 2024

That worked! Thanks @snake14

@snake14
Copy link
Contributor

snake14 commented Jun 6, 2024

Hi @FlorentPoinsaut . It looks like my suggestion of adding tls:// to the host URL works. It does require that you have the certificate setup on your server. Is that sufficient or would you like to keep this issue open?

@AltamashShaikh
Copy link
Contributor

Fixed with #241

@FlorentPoinsaut
Copy link
Author

Hello,
I don't have this configuration any more, but thanks all the same for your work!
Thank you very much,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants