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

Is there a plan to support SSL connection? #53

Closed
hjianhao opened this issue Mar 23, 2016 · 3 comments
Closed

Is there a plan to support SSL connection? #53

hjianhao opened this issue Mar 23, 2016 · 3 comments
Labels

Comments

@hjianhao
Copy link

For production usage, we need to connect redis with SSL connection, but seems like vert.x's redis client not supporting this feature?

@pmlopes
Copy link
Member

pmlopes commented Mar 23, 2016

Redis does not support SSL see: http://redis.io/topics/security

It clearly states the server should be running in a trusted network and not publicly on the internet.

@chefhoobajoob
Copy link

chefhoobajoob commented Mar 5, 2020

@pmlopes : redis added tls support:
https://redis.io/topics/encryption
redis/redis#4855

...are there plans (or something already in the works) for supporting this in the client?

@pmlopes
Copy link
Member

pmlopes commented Mar 6, 2020

This is supported at least on master as the underlying socket can be configured to use TLS, or when using a connection string using the official protocol: rediss://server, note the double s.

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

No branches or pull requests

3 participants