You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have valkey running in k8s. It's currently using tcp connection, but we want to change it to a tls connection.
We have several clients (java, php, nodejs applications) that don't have self-signed certificates generated to connect to valkey.
At the same time we also don't want to add the following code snippet everywhere, like (--insecure)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
We have
valkey
running ink8s
. It's currently usingtcp
connection, but we want to change it to atls
connection.We have several clients (
java
,php
,nodejs
applications) that don't have self-signed certificates generated to connect tovalkey
.At the same time we also don't want to add the following code snippet everywhere, like (
--insecure
)Valkey config file (chart bitnami):
The question: is it possible to allow/enable skip ca verify in the
valkey
server totally, but not in per clients (applications)?Beta Was this translation helpful? Give feedback.
All reactions