vapor / redis

Vapor provider for RediStack
MIT License
458 stars 57 forks source link

SSL Connections (rediss) #196

Closed chriswooden closed 2 years ago

chriswooden commented 2 years ago

The library doesn't support secure connections.

This was originally raised in https://github.com/vapor/redis/issues/110, where a ticket was created by @Mordil on RediStack to track this. That ticket is still open, so perhaps this issue is redundant - apologies if so - the guard for rediss schemes in RedisConfiguration led me to open it here.

Is there any work ongoing for this, or possibly another mechanism for using a secure redis server as a queues provider (try app.queues.use(.redis(url: "rediss://..."))?

chriswooden commented 2 years ago

Indeed this is a RediStack issue, an additional ticket was recently created, a pr is already open.