medis icon indicating copy to clipboard operation
medis copied to clipboard

CA certificate support

Open salieri opened this issue 10 months ago • 3 comments

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.

salieri avatar Apr 22 '24 23:04 salieri

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

luin avatar Apr 26 '24 13:04 luin

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

salieri avatar Apr 26 '24 22:04 salieri

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

luin avatar Apr 27 '24 00:04 luin