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
Note more clearly that the redis-cli tool needs CA root passed in explicitly via --cacert flag.
The Redis command-line client & server are somewhat unusual in that they do not trust certificates in your system trust store. We pass the flag correctly in our systemd unit, and this is mentioned in research notes, but it also seems worth mentioning in the root distribution section (like, just a sentence or two). I think this might be tricky though since this is common content that's shared between pages (I think).
It should also be clear that the Redis SDKs appear to use standard library TLS stacks and do appear to use the system trust store.
The text was updated successfully, but these errors were encountered:
Note more clearly that the
redis-cli
tool needs CA root passed in explicitly via--cacert
flag.The Redis command-line client & server are somewhat unusual in that they do not trust certificates in your system trust store. We pass the flag correctly in our
systemd
unit, and this is mentioned in research notes, but it also seems worth mentioning in the root distribution section (like, just a sentence or two). I think this might be tricky though since this is common content that's shared between pages (I think).It should also be clear that the Redis SDKs appear to use standard library TLS stacks and do appear to use the system trust store.
The text was updated successfully, but these errors were encountered: