caddy-tlsredis icon indicating copy to clipboard operation
caddy-tlsredis copied to clipboard

Redis Storage using for Caddy TLS Data

Results 9 caddy-tlsredis issues
Sort by recently updated
recently updated
newest added

Hey, If I'm putting something like this on the JSON config file instead of using Caddyfile the variables are not parsed even though in other parts of the config are...

I have a custom built version of caddy 2.3.0-beta which i included your library. Everything worked fine until I downloaded the pre-built caddy 2.4.6 version. when i tried to upgrade,...

Maybe a good use case to have mTLS on top of user:pass requirement.

I have this running against a redis **cluster** on AWS (MemoryDB). I've over time, gotten these `MOVED 9783` type errors, which I beleive is because i'm not connecting to redis...

Hi there, thank you so much for creating this plugin! I'm just wondering what kind of behavior I should expect as more domains are added to the caddy instances using...

Currently, I put the certificate on the server like this: ``` *.example.com { ... tls /etc/caddy/ssl/example.crt /etc/caddy/ssl/example.key } ``` If I want to put the certificate on the redis using...

We are looking at deploying this plugin soon, and so want to update its Go dependencies before we do. I realize that bumping the minimum Go version from 1.12 to...

Just received a notice from Redis Cloud that they will be updating all customers to Redis 7.2, just wondering if anyone had tested caddy-tlsredis with Redis 7.2. Thanks! 🙏🏼

So I was just doing some thinking about how the storage is designed here, and I have a few points of feedback. - I've been playing with [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) lately and...