luin / medis

💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.
http://getmedis.com
MIT License
11.57k stars 793 forks source link

CA certificate support #308

Open salieri opened 2 months ago

salieri commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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

luin commented 2 months ago

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