If using `redis` for `growthbook-proxy` caching, a...
# announcements
b
If using
redis
for
growthbook-proxy
caching, and the
redis
instance required TLS, is there a way to pass the CERTIFICATES of redis to the
growthbook-proxy
? because I see the only option available is
CACHE_CONNECTION_URL
h
Are you able to use a
rediss://
style connection string (TLS)? If this does not work, then there currently isn't a way to do this out of the box. You could open an issue on the GrowthBook Proxy github page.
👍 1