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

CA certificate support #308

Open
salieri opened this issue Apr 22, 2024 · 3 comments
Open

CA certificate support #308

salieri opened this issue Apr 22, 2024 · 3 comments

Comments

@salieri
Copy link

salieri commented Apr 22, 2024

I know that Medis supports redis-cli --cert and --key equivalent authentication with TLS.

Could you also add support for --cacert? For example GCP Memorystore Redis instances require that by default, if TLS is enabled but authentication is not.

@luin
Copy link
Owner

luin commented Apr 26, 2024

Medis doesn't validate certificates on the client side so if authentication is not enabled, I assume only enable the SSL checkbox should do the trick?

CleanShot 2024-04-26 at 21 31 26@2x

@salieri
Copy link
Author

salieri commented Apr 26, 2024

@luin I tried that, but it does not work.

@luin
Copy link
Owner

luin commented Apr 27, 2024

Sorry for the inconvenience! Did you connect to the Redis instance through port forwarding via a Compute Engine instance? What error did you see?

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

2 participants