Manage SSL connectivity in Aiven for Valkey™
Manage SSL connectivity for your Aiven for Valkey™ service by enabling secure connections and configuring stunnel for clients without SSL support.
Client support for SSL-encrypted connections
Default support
Aiven for Valkey uses SSL encrypted connections by default. This is indicated by the
valkeys:// (with double s) prefix in the
Service URI on the Aiven Console.
Valkey-compatible CLI tools support SSL connections. You can connect directly to your service using:
valkey-cli -u valkeys://username:password@host:port
Alternatively, you can use the third-party Redli tool:
redli -u valkeys://username:password@host:port
Not every Redis client supports SSL-encrypted connections. In such cases, disabling or bypassing SSL is possible but not recommended. You can use one of the following options to achieve this.