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

Enabling TLS/SSL when using rdb-cli with 'redis' connection? #59

Open
mbentley opened this issue Oct 23, 2024 · 0 comments
Open

Enabling TLS/SSL when using rdb-cli with 'redis' connection? #59

mbentley opened this issue Oct 23, 2024 · 0 comments

Comments

@mbentley
Copy link

I'm looking to use rdb-cli and connecting to a redis instance however there are a few things that might block this when redis is configured with only TLS:

  1. There doesn't seem to be a way to instruct the client to use tls
  2. The hostname being passed seems to only accept IP addresses and does not resolve a FQDN which I assume would also be potentially problematic for TLS - I am unsure if cert hostname verification is done or not so this might not specifically be an issue

Connections to a TLS only enabled port show this in the logs which means it's a non-TLS connection on a TLS port:

Error accepting a client connection: error:0A00010B:SSL routines::wrong version number (addr=192.168.0.113:63792 laddr=192.168.2.192:6379)

I would look into figuring out how to implement this myself but I don't have the abilities to do so.

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

1 participant